DetailView Class |
Namespace: Kofax.OmniPageCSDK.ToolBoxes
The DetailView type exposes the following members.
| Name | Description | |
|---|---|---|
| DetailView | Initializes a new instance of the DetailView class |
| Name | Description | |
|---|---|---|
| BackColor |
This property controls which color is used to fill the control background.
| |
| BorderVisible |
This property controls whether a thin 3D border will be displayed around the control or not.
| |
| Columns |
The control's behavior can be changed programmatically using the control properties, or using the supported property page(s).
| |
| EnablePageDrag |
This property specifies whether page dragging is enabled.
| |
| EnablePageDropOtherDoc |
This property specifies whether in a drag-and-drop operation this DetailView is a possible drop target for pages dragged from another DetailView
(or ThumbnailView) which is attached to a different document than the control itself.
| |
| EnablePageDropSameDoc |
This property specifies whether in a drag-and-drop operation this DetailView is a possible drop target for pages dragged from any other DetailView
or ThumbnailView (including itself) attached to the current document.
| |
| EnableTooltips |
This property controls whether tooltips are displayed or not when the mouse pointer is hovered over a particular row's status icon.
| |
| TextColor |
This property controls which color is used to draw the text in the control.
|
| Name | Description | |
|---|---|---|
| Attach |
To attach the control to an existing document object.
| |
| Detach |
To detach the control from an existing document.
| |
| ExecuteCommand(Int32) |
Executes control specific command if enabled programatically.
| |
| ExecuteCommand(DETAILVIEWCOMMAND) |
To force executing a DetailView command.
| |
| GetCommandState(Int32, Boolean, Boolean) |
Returns control specific command state as enabled or checked.
| |
| GetCommandState(DETAILVIEWCOMMAND, Boolean, Boolean) |
To request information about a particular command listed below.
| |
| 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 | |
|---|---|---|
| OnEnterModal | ||
| OnLeaveModal | ||
| OnRemovePages |
Fired when pages are deleted in DetailView; can be cancelled.
| |
| OnSetHelp | ||
| OnSetMessageString | ||
| OnSetToolTip |