ToolStripGripStyle 列舉

定義

指定 ToolStrip 移動控制軸 (底框) 的可視性。

public enum class ToolStripGripStyle
public enum ToolStripGripStyle
type ToolStripGripStyle = 
Public Enum ToolStripGripStyle
繼承
ToolStripGripStyle

欄位

Hidden 0

指定 ToolStrip 移動控制軸 (底框) 為不可見。

Visible 1

指定 ToolStrip 移動控制軸 (底框) 為可見。

備註

在堆疊配置中,將它放入 ,並確保其 ToolStripPanelGripStyle 設定為 Visible,讓 ToolStrip 它成為可移動的。

適用於