ThumbnailViewEnablePageDropFromSameDocument Property
|
This property specifies whether in a drag-and-drop operation this ThumbnailView is a possible drop target for pages dragged from any other ThumbnailView
(or DocumentView) - including itself - attached to the current document.
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(110)]
public bool EnablePageDropFromSameDocument { get; set; }<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(110)>
Public Property EnablePageDropFromSameDocument As Boolean
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(110)]
property bool EnablePageDropFromSameDocument {
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