Okapi .NET Library

InlineCodeFinder.EditOptions Method 

 [This is preliminary documentation and subject to change.]

Edits the rules.

[Visual Basic]
Public Function EditOptions() As Boolean
[C#]
public bool EditOptions();
[C++]
public: bool EditOptions();
[JScript]
public function EditOptions(): bool;

Return Value

True if the rules were edited. False if the user cancelled the dialog box.

See Also

InlineCodeFinder Class | Okapi.Library.Filter Namespace