Adds an event handler to the PostSearch event.
Adds an event handler to the OnResultOpened event.
Adds an event handler to the OnSelection event.
Gets the controls type.
The control type.
Values returned are:
Gets the name of the control on the form.
The name of the control.
The name assigned to a control is not determined until the form loads. Changes to
the form may change the name assigned to a given control.
When you use the control getName method the name of the first control will be the
same as the name of the attribute. The second instance of a control for that
attribute will be "
Gets the currently selected result of the search control. The currently selected result also represents the result that is currently open.
Opens a search result in the search control by specifying the result number.
Numerical value specifying the result number to be opened. Result number starts from 1.
Optional
mode: OpenSearchResultModeSpecify "Inline" or "Popout". "Inline" mode opens the result inline either in the reading pane of the control or in a reference panel tab in case of reference panel. "Popout" mode opens the result in a pop-out window.
Status of opening the specified search result. Returns 1 if successful; 0 if unsuccessful. The method will return -1 if the specified resultNumber value is not present, or if the specified mode value is invalid.
Removes an event handler from the PostSearch event.
The function to remove from the PostSearch event.
Removes an event handler from the OnResultOpened event.
The function to remove from the OnResultOpened event.
Removes an event handler from the OnResultSelection event.
The function to remove from the OnSelection event.
Generated using TypeDoc
Interface for a knowledge base search control