System.Windows.Forms.ToolStrip.GripMargin Property

Gets or sets the space around the System.Windows.Forms.ToolStrip move handle.

Syntax

public Padding GripMargin { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStrip.GripMargin property to get or set the space around the System.Windows.Forms.ToolStrip move handle. Because System.Windows.Forms.Padding can take individual values for Padding.Top, Padding.Bottom, Padding.Left, and Padding.Right, you can adjust the space around the move handle as preferred. The margin can even be off the edge of the System.Windows.Forms.ToolStrip.

Requirements

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