System.Windows.Forms.ToolStripItem.DisplayStyle Property

Gets or sets whether text and images are displayed on a System.Windows.Forms.ToolStripItem.

Syntax

public virtual ToolStripItemDisplayStyle DisplayStyle { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use ToolStripItem.DisplayStyle to set the values of an item's Text and Image properties while displaying only what you want. This is typically used to change only the display style when showing the same item in a different context.

Requirements

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