DetailViewEnablePageDropSameDoc Property
|
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.
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(106)]
public bool EnablePageDropSameDoc { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(106)>
Public Property EnablePageDropSameDoc As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(106)]
property bool EnablePageDropSameDoc {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
The integrator application can use this property in conjunction with the OnQueryDropEnabled event. The default value for this property is True.
See Also