ToolStrip.GripStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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,使其成为可移动的。