System.Windows.Forms.ToolStrip.GripStyle Property

Gets or sets whether the System.Windows.Forms.ToolStrip move handle is visible or hidden.

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.ToolStripGripStyle.Visible)]
public ToolStripGripStyle GripStyle { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0