PictureBox.AllowDrop Propriété

Définition

Substitue la propriété AllowDrop.

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

Valeur de propriété

true si les opérations de glisser-déplacer sont autorisées dans le contrôle ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à