System.Windows.Forms.ToolStripGripStyle Enumeration

Specifies visibility of a System.Windows.Forms.ToolStrip move handle (grip).

Syntax

public enum ToolStripGripStyle

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.

Members

Member NameDescription
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.

Requirements

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