Click or drag to resize

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

The SettingView type exposes the following members.

Constructors
  NameDescription
Public methodSettingView
Initializes a new instance of the SettingView class
Top
Properties
  NameDescription
Public propertyBorderVisible
Use this method to draw a border around the SettingView control.
Public propertyHexadecimal
Use this method to display SettingView control values in hexadecimal.
Public propertyRoot
Use this method to display a root treeview section name; if empty, the full treeview is displayed.
Public propertyShowHiddens
Use this method to display hidden setting names.
Public propertyShowNumericEnums
Use this method to display setting enumeration integer values besides their names.
Public propertyUserShowHiddens
If true, context menu show/hide hidden setting options become available.
Top
Methods
  NameDescription
Public methodAttach
Use this method to attach the control to an existing document object.
Public methodDetach
Use this method to detach the control from an existing document object.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(SETTINGVIEWCOMMAND)
Use this method to force executing a SettingView command.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(SETTINGVIEWCOMMAND, Boolean, Boolean)
Use this method to request information about a SettingView command.
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 eventOnAddNode
Fired when the setting nodes are added to the treeview. Official name and display name can be overridden.
Public eventOnEnterModal
Public eventOnInputError
Fired when incorrect input is provided as a setting value (e.g. letter instead of number)
Public eventOnLeaveModal
Public eventOnSetHelp
Public eventOnSetMessageString
Public eventOnSetToolTip
Public eventOnTranslateValues
Fired to modify display name of enum values: changing text, translating to other languages, and so on.
Top
See Also