GroupBox.AllowDrop Property

Definition

Gets or sets a value that indicates whether the control will allow drag-and-drop operations and events to be used.

public:
 virtual property bool AllowDrop { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool AllowDrop { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AllowDrop : bool with get, set
Public Overrides Property AllowDrop As Boolean

Property Value

true to allow drag-and-drop operations and events to be used; otherwise, false.

Attributes

Applies to