This document is archived and information here might be outdated. Recommended version. |
Indicates if the PageLayoutControl will fire events when data is dragged over the control's window.
[Visual Basic .NET]
Public Property OleDropEnabled As Boolean
[C#]
public bool OleDropEnabled {get; set;}
[C++]
HRESULT get_OleDropEnabled(
void
);
[C++]
HRESULT put_OleDropEnabled(
);
Indicates if the PageLayoutControl will accept data dragged from another application and fire the IPageLayoutControlEvents::OnOleDrop event. By default the OleDropEnabled property is set to false.