[CanBeNullAttribute]
public IDragDrop DragDrop { get; set; }
<CanBeNullAttribute>
Public Property DragDrop As IDragDrop
Get
Set
public:
[CanBeNullAttribute]
property IDragDrop^ DragDrop {
IDragDrop^ get ();
void set (IDragDrop^ value);
}
[<CanBeNullAttribute>]
member DragDrop : IDragDrop with get, set