Click or drag to resize

LanguageView 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 LanguageView : AxHost, 
	ICmnVisual, ICmnVisualUIHelper, ICmnVisualUIHelperCallbackEvents

The LanguageView type exposes the following members.

Constructors
  NameDescription
Public methodLanguageView
Initializes a new instance of the LanguageView class
Top
Properties
  NameDescription
Public propertyBorderVisible
Use this method to draw border around the control.
Public propertyHighlightRecents
Use this method to move the selected language to the beginning of the list in white highlight.
Public propertyShowRecents
Use this method to display a list of recently used languages.
Top
Methods
  NameDescription
Public methodAttach
Use this method to attach the control to an existing LanguageView object.
Public methodDetach
Use this method to detach the control from an existing LanguageView object.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(LANGUAGEVIEWCOMMAND)
Use this method to force execution of a LanguageView command.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(LANGUAGEVIEWCOMMAND, Boolean, Boolean)
Use this method to request information about a LanguageView command.
Public methodGetLanguageInformation
Use this method to display flags for the individual languages.
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 eventOnAddLanguage
Fired when enumerating the individual languages.
Public eventOnEnterModal
Public eventOnLanguageChanged
Fired when the language is enabled/disabled; the change is done.
Public eventOnLanguageChanging
Fired when the language is enabled/disabled.
Public eventOnLeaveModal
Public eventOnSetHelp
Public eventOnSetMessageString
Public eventOnSetToolTip
Top
See Also