ToolStripContainer.LeftToolStripPanelVisible 屬性

定義

取得或設定一個值,表示左側面板 ToolStripContainer 是否可見。

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

屬性值

true 若左側面板 ToolStripContainer 可見;否則, false。 預設值為 true

備註

設定 LeftToolStripPanelVisible 屬性為 false 使用 a ToolStripContainer ,但沒有左面板。

適用於