Click or drag to resize

DictionaryView Class

Caution note Caution
This API is preliminary and subject to change.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public class DictionaryView : AxHost, 
	ICmnVisual, ICmnVisualUIHelper, ICmnVisualUIHelperCallbackEvents

The DictionaryView type exposes the following members.

Constructors
  NameDescription
Public methodDictionaryView
Initializes a new instance of the DictionaryView class
Top
Properties
  NameDescription
Public propertyBorderVisible
To draw border around a DictionaryView control.
Top
Methods
  NameDescription
Public methodAttach
To attach the control to an existing DictionaryView object.
Public methodDetach
To detach the control from an existing DictionaryView object.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(DICTIONARYVIEWCOMMAND)
To force executing a DictionaryView command.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(DICTIONARYVIEWCOMMAND, Boolean, Boolean)
To request information about a particular DictionaryView command listed below.
Public methodGetMenu
Returns a full menu about its own commands.
Public methodGetMenuString
Returns control specific menu string to be displayed in a menu.
Public methodGetMessageString
Returns a detailed control specific menu string to be displayed in a menu.
Public methodInt_Attach
To attach the control to an existing IPRO object.
Public methodInt_Detach
To detach the control from an existing IPRO object.
Public methodSetCommandHelpID
Pairs a help ID to each command.
Public methodSetHelpID
If set, and F1 is pressed, returns a SetHelp ID from OnSetHelp
Public methodSetUILang
Sets UI language from LANGUAGES enumeration of IPRO.
Top
Events
  NameDescription
Public eventOnAddDictionary
Fired when adding the individual dictionaries to the converter.
Public eventOnDictionaryChanged
Fired when a dictinary is enabled/disabled.
Public eventOnDictionaryChanging
Fired before DictionaryChanged; change can be cancelled in this case.
Public eventOnEnterModal
Public eventOnLeaveModal
Public eventOnSetHelp
Public eventOnSetMessageString
Public eventOnSetToolTip
Top
See Also