ToolStripDropDown.GripStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此属性与此类无关。
public:
property System::Windows::Forms::ToolStripGripStyle GripStyle { System::Windows::Forms::ToolStripGripStyle get(); void set(System::Windows::Forms::ToolStripGripStyle value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ToolStripGripStyle GripStyle { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.GripStyle : System.Windows.Forms.ToolStripGripStyle with get, set
Public Property GripStyle As ToolStripGripStyle
属性值
ToolStripGripStyle 值之一。
- 属性
注解
此属性与此类无关。