DictionaryView Class |
Namespace: Kofax.OmniPageCSDK.ToolBoxes
The DictionaryView type exposes the following members.
| Name | Description | |
|---|---|---|
| DictionaryView | Initializes a new instance of the DictionaryView class |
| Name | Description | |
|---|---|---|
| BorderVisible |
To draw border around a DictionaryView control.
|
| Name | Description | |
|---|---|---|
| Attach |
To attach the control to an existing DictionaryView object.
| |
| Detach |
To detach the control from an existing DictionaryView object.
| |
| ExecuteCommand(Int32) |
Executes control specific command if enabled programatically.
| |
| ExecuteCommand(DICTIONARYVIEWCOMMAND) |
To force executing a DictionaryView command.
| |
| GetCommandState(Int32, Boolean, Boolean) |
Returns control specific command state as enabled or checked.
| |
| GetCommandState(DICTIONARYVIEWCOMMAND, Boolean, Boolean) |
To request information about a particular DictionaryView command listed below.
| |
| GetMenu |
Returns a full menu about its own commands.
| |
| GetMenuString |
Returns control specific menu string to be displayed in a menu.
| |
| GetMessageString |
Returns a detailed control specific menu string to be displayed in a menu.
| |
| Int_Attach |
To attach the control to an existing IPRO object.
| |
| Int_Detach |
To detach the control from an existing IPRO object.
| |
| SetCommandHelpID |
Pairs a help ID to each command.
| |
| SetHelpID |
If set, and F1 is pressed, returns a SetHelp ID from OnSetHelp | |
| SetUILang |
Sets UI language from LANGUAGES enumeration of IPRO.
|
| Name | Description | |
|---|---|---|
| OnAddDictionary |
Fired when adding the individual dictionaries to the converter.
| |
| OnDictionaryChanged |
Fired when a dictinary is enabled/disabled.
| |
| OnDictionaryChanging |
Fired before DictionaryChanged; change can be cancelled in this case.
| |
| OnEnterModal | ||
| OnLeaveModal | ||
| OnSetHelp | ||
| OnSetMessageString | ||
| OnSetToolTip |