ToolStripDropDown.Visible Propriété

Définition

Obtient ou définit une valeur indiquant si l’objet ToolStripDropDown est visible ou masqué.

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

Valeur de propriété

true si la valeur ToolStripDropDown est visible ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à