ToolStrip::GripDisplayStyle Property

 

Gets the orientation of the ToolStrip move handle.

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

public:
[BrowsableAttribute(false)]
property ToolStripGripDisplayStyle GripDisplayStyle {
	ToolStripGripDisplayStyle get();
}

Property Value

Type: System.Windows.Forms::ToolStripGripDisplayStyle

One of the ToolStripGripDisplayStyle values. Possible values are Horizontal and Vertical.

.NET Framework
Available since 2.0
Return to top
Show: