WFInfoView Class |
Namespace: Kofax.OmniPageCSDK.ToolBoxes
The WFInfoView type exposes the following members.
| Name | Description | |
|---|---|---|
| WFInfoView | Initializes a new instance of the WFInfoView class |
| Name | Description | |
|---|---|---|
| BorderVisible |
Use this property to draw a border around the control.
| |
| Buttons |
Use this property to show/hide WFInfoView filter buttons.
| |
| Columns |
Use this property to control WFInfoView column parameters.
| |
| Errors |
Use this property to toggle the Errors filter button.
| |
| Info |
Use this property to toggle the Info filter button.
| |
| Progress |
Use this property to show/hide Progress clock.
| |
| Severity |
Use this property to display error severity type.
| |
| Warnings |
Use this property to toggle the Warnings filter button.
|
| Name | Description | |
|---|---|---|
| Attach |
Use this method to attach the control to an existing document object.
| |
| Detach |
Use this method to detach the control from an existing document object.
| |
| ExecuteCommand(Int32) |
Executes control specific command if enabled programatically.
| |
| ExecuteCommand(WFINFOVIEWCOMMAND) |
Use this method to force executing a WFInfoView command.
| |
| GetCommandState(Int32, Boolean, Boolean) |
Returns control specific command state as enabled or checked.
| |
| GetCommandState(WFINFOVIEWCOMMAND, Boolean, Boolean) |
Use this method to request information about a WFInfoView command.
| |
| 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 | |
|---|---|---|
| OnDisplayString |
Fired when message text is rewritten.
| |
| OnEnterModal | ||
| OnLeaveModal | ||
| OnSetHelp | ||
| OnSetMessageString | ||
| OnSetSeverity |
Fired when severity changes from one state to another.
| |
| OnSetToolTip |