ToolStripDropDown.Visible Property

Definition

Gets or sets a value indicating whether the ToolStripDropDown is visible or hidden.

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

Property Value

true if the ToolStripDropDown is visible; otherwise, false. The default is false.

Attributes

Applies to