DetailViewEnablePageDrag Property
|
This property specifies whether page dragging is enabled.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(105)]
public bool EnablePageDrag { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(105)>
Public Property EnablePageDrag As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(105)]
property bool EnablePageDrag {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
If it is True, it is possible to grab the selected pages and drop them into either the same or into a different DetailView (or ThumbnailView).
The integrator application can use this property in conjunction with the OnQueryDragEnabled event. The default value for this property is True.
See Also