M-Files UI Extensibility Framework
SetOptionState Method
ISearchPane Interface : SetOptionState Method
The ID of the section.
The ID of the option to select/deselect. Note that this is the ID of the option (as specified in the "id" property of the option), and NOT the array index of the option.
Specifies the new state of the option (selected/deselected).
Description
Sets the state of the specified option.
Syntax
Visual Basic
Public Sub SetOptionState( _
   ByVal section As String, _
   ByVal optionID As String, _
   ByVal Selected As Boolean _
) 
Parameters
section
The ID of the section.
optionID
The ID of the option to select/deselect. Note that this is the ID of the option (as specified in the "id" property of the option), and NOT the array index of the option.
Selected
Specifies the new state of the option (selected/deselected).
See Also

ISearchPane Interface  | ISearchPane Members