DetailViewEnablePageDropOtherDoc Property
|
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.
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(107)]
public bool EnablePageDropOtherDoc { get; set; }<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(107)>
Public Property EnablePageDropOtherDoc As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(107)]
property bool EnablePageDropOtherDoc {
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