ToolStripItem::DefaultDisplayStyle Property

 

Gets a value indicating what is displayed on the ToolStripItem.

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

protected:
property ToolStripItemDisplayStyle DefaultDisplayStyle {
	virtual ToolStripItemDisplayStyle get();
}

Property Value

Type: System.Windows.Forms::ToolStripItemDisplayStyle

One of the ToolStripItemDisplayStyle values. The default is ImageAndText.

.NET Framework
Available since 2.0
Return to top
Show: