Specifies visibility of a System.Windows.Forms.ToolStrip move handle (grip).
In a stack layout, make a System.Windows.Forms.ToolStrip movable by putting it in a System.Windows.Forms.ToolStripPanel and ensuring that its ToolStrip.GripStyle is set to ToolStripGripStyle.Visible.
Member Name | Description |
---|---|
Hidden |
Specifies that a System.Windows.Forms.ToolStrip move handle (grip) is not visible. |
Visible |
Specifies that a System.Windows.Forms.ToolStrip move handle (grip) is visible. |