LanguageView Class |
Namespace: Kofax.OmniPageCSDK.ToolBoxes
The LanguageView type exposes the following members.
| Name | Description | |
|---|---|---|
| LanguageView | Initializes a new instance of the LanguageView class |
| Name | Description | |
|---|---|---|
| BorderVisible |
Use this method to draw border around the control.
| |
| HighlightRecents |
Use this method to move the selected language to the beginning of the list in white highlight.
| |
| ShowRecents |
Use this method to display a list of recently used languages.
|
| Name | Description | |
|---|---|---|
| Attach |
Use this method to attach the control to an existing LanguageView object.
| |
| Detach |
Use this method to detach the control from an existing LanguageView object.
| |
| ExecuteCommand(Int32) |
Executes control specific command if enabled programatically.
| |
| ExecuteCommand(LANGUAGEVIEWCOMMAND) |
Use this method to force execution of a LanguageView command.
| |
| GetCommandState(Int32, Boolean, Boolean) |
Returns control specific command state as enabled or checked.
| |
| GetCommandState(LANGUAGEVIEWCOMMAND, Boolean, Boolean) |
Use this method to request information about a LanguageView command.
| |
| GetLanguageInformation |
Use this method to display flags for the individual languages.
| |
| 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 | |
|---|---|---|
| OnAddLanguage |
Fired when enumerating the individual languages.
| |
| OnEnterModal | ||
| OnLanguageChanged |
Fired when the language is enabled/disabled; the change is done.
| |
| OnLanguageChanging |
Fired when the language is enabled/disabled.
| |
| OnLeaveModal | ||
| OnSetHelp | ||
| OnSetMessageString | ||
| OnSetToolTip |