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 值。
備註
在堆疊配置中,將它放入 , ToolStripPanel 並確保其 GripStyle 設定為 Visible ,讓 ToolStrip 移動。