Click or drag to resize

DetailView Class

Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public class DetailView : AxHost, ICmnVisual, 
	ICmnVisualUIHelper, ICmnVisualUIHelperCallbackEvents

The DetailView type exposes the following members.

Constructors
  NameDescription
Public methodDetailView
Initializes a new instance of the DetailView class
Top
Properties
  NameDescription
Public propertyBackColor
This property controls which color is used to fill the control background.
Public propertyBorderVisible
This property controls whether a thin 3D border will be displayed around the control or not.
Public propertyColumns
The control's behavior can be changed programmatically using the control properties, or using the supported property page(s).
Public propertyEnablePageDrag
This property specifies whether page dragging is enabled.
Public propertyEnablePageDropOtherDoc
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.
Public propertyEnablePageDropSameDoc
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.
Public propertyEnableTooltips
This property controls whether tooltips are displayed or not when the mouse pointer is hovered over a particular row's status icon.
Public propertyTextColor
This property controls which color is used to draw the text in the control.
Top
Methods
  NameDescription
Public methodAttach
To attach the control to an existing document object.
Public methodDetach
To detach the control from an existing document.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(DETAILVIEWCOMMAND)
To force executing a DetailView command.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(DETAILVIEWCOMMAND, Boolean, Boolean)
To request information about a particular command listed below.
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 eventOnEnterModal
Public eventOnLeaveModal
Public eventOnRemovePages
Fired when pages are deleted in DetailView; can be cancelled.
Public eventOnSetHelp
Public eventOnSetMessageString
Public eventOnSetToolTip
Top
See Also