ProgressBar.AllowDrop Propiedad

Definición

Obtiene o establece un valor que indica si el control puede aceptar datos que el usuario arrastra a él.

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

Valor de propiedad

true si se permiten operaciones de arrastrar y colocar en el control; de lo contrario, false. El valor predeterminado es false.

Atributos

Se aplica a

Consulte también