Click or drag to resize

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

The WFInfoView type exposes the following members.

Constructors
  NameDescription
Public methodWFInfoView
Initializes a new instance of the WFInfoView class
Top
Properties
  NameDescription
Public propertyBorderVisible
Use this property to draw a border around the control.
Public propertyButtons
Use this property to show/hide WFInfoView filter buttons.
Public propertyColumns
Use this property to control WFInfoView column parameters.
Public propertyErrors
Use this property to toggle the Errors filter button.
Public propertyInfo
Use this property to toggle the Info filter button.
Public propertyProgress
Use this property to show/hide Progress clock.
Public propertySeverity
Use this property to display error severity type.
Public propertyWarnings
Use this property to toggle the Warnings filter button.
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(WFINFOVIEWCOMMAND)
Use this method to force executing a WFInfoView command.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(WFINFOVIEWCOMMAND, Boolean, Boolean)
Use this method to request information about a WFInfoView 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 eventOnDisplayString
Fired when message text is rewritten.
Public eventOnEnterModal
Public eventOnLeaveModal
Public eventOnSetHelp
Public eventOnSetMessageString
Public eventOnSetSeverity
Fired when severity changes from one state to another.
Public eventOnSetToolTip
Top
See Also