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