Click or drag to resize

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

The FormView type exposes the following members.

Constructors
  NameDescription
Public methodFormView
Initializes a new instance of the FormView class
Top
Properties
  NameDescription
Public propertyBorderVisible
Caution note Caution
This API is preliminary and subject to change.
Public propertySelection
Caution note Caution
This API is preliminary and subject to change.
Top
Methods
  NameDescription
Public methodAttach
Caution note Caution
This API is preliminary and subject to change.
Public methodAttachEngine
Caution note Caution
This API is preliminary and subject to change.
Public methodDetach
Caution note Caution
This API is preliminary and subject to change.
Public methodDetachEngine
Caution note Caution
This API is preliminary and subject to change.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(FORMVIEWCOMMAND)
Caution note Caution
This API is preliminary and subject to change.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(FORMVIEWCOMMAND, Boolean, Boolean)
Caution note Caution
This API is preliminary and subject to change.
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 eventOnAddingCommand
Caution note Caution
This API is preliminary and subject to change.
Public eventOnApplyingTemplate
Caution note Caution
This API is preliminary and subject to change.
Public eventOnClosingLibrary
Caution note Caution
This API is preliminary and subject to change.
Public eventOnEnterModal
Public eventOnLeaveModal
Public eventOnSetHelp
Public eventOnSetMessageString
Public eventOnSettingPageZones
Caution note Caution
This API is preliminary and subject to change.
Public eventOnSetToolTip
Public eventOnStartingWorkflow
Caution note Caution
This API is preliminary and subject to change.
Top
See Also