MenuStrip::GripStyle Property

 

Gets or sets the visibility of the grip used to reposition the control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property ToolStripGripStyle GripStyle {
	ToolStripGripStyle get();
	void set(ToolStripGripStyle value);
}

Property Value

Type: System.Windows.Forms::ToolStripGripStyle

One of the ToolStripGripStyle values. The default is Hidden.

.NET Framework
Available since 2.0
Return to top
Show: