ToolStripContainer.RightToolStripPanelVisible 属性

定义

获取或设置一个值,该值指示 ToolStripContainer 的右面板是否可见。

public:
 property bool RightToolStripPanelVisible { bool get(); void set(bool value); };
public bool RightToolStripPanelVisible { get; set; }
member this.RightToolStripPanelVisible : bool with get, set
Public Property RightToolStripPanelVisible As Boolean

属性值

如果 ToolStripContainer 的右面板可见,则为 true;否则为 false。 默认值为 true

注解

RightToolStripPanelVisible 属性设置为 以 false 使用 ToolStripContainer 没有右侧面板的 。

适用于