ToolStripDropDown.Visible 属性

定义

获取或设置一个值,该值指示是 ToolStripDropDown 可见还是隐藏。

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

属性值

true 如果可见,则 ToolStripDropDown 为 .;否则为 false。 默认值为 false

属性

适用于