Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ToolStrip.GripStyle Property
Definition
- Namespace:
- System.Windows.Forms
- Assembly:
- System.Windows.Forms.dll
- Source:
- ToolStrip.cs
- Source:
- ToolStrip.cs
- Source:
- ToolStrip.cs
- Source:
- ToolStrip.cs
- Source:
- ToolStrip.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the ToolStrip move handle is visible or hidden.
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
Property Value
One of the ToolStripGripStyle values. The default value is Visible.
Exceptions
The specified value is not one of the ToolStripGripStyle values.
Remarks
In a stack layout, make a ToolStrip movable by putting it in a ToolStripPanel and ensuring that its GripStyle is set to Visible.
Applies to
Feedback
Was this page helpful?
