ToolStrip.GripStyle 属性

定义

获取或设置 ToolStrip 移动手柄是可见还是隐藏。

public:
 property System::Windows::Forms::ToolStripGripStyle GripStyle { System::Windows::Forms::ToolStripGripStyle get(); void set(System::Windows::Forms::ToolStripGripStyle value); };
public System.Windows.Forms.ToolStripGripStyle GripStyle { get; set; }
member this.GripStyle : System.Windows.Forms.ToolStripGripStyle with get, set
Public Property GripStyle As ToolStripGripStyle

属性值

ToolStripGripStyle 值之一。 默认值是 Visible

例外

指定的值不是 ToolStripGripStyle 值之一。

注解

在堆栈布局中,通过将它 ToolStrip 置于 中 ToolStripPanel 并确保其 GripStyle 设置为 Visible,使其成为可移动的。

适用于