System.Windows.Forms.ToolStripItemDisplayStyle Enumeration

Specifies what to render (image or text) for this System.Windows.Forms.ToolStripItem.

Syntax

public enum ToolStripItemDisplayStyle

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Image

Specifies that only an image is to be rendered for this System.Windows.Forms.ToolStripItem.

ImageAndText

Specifies that both an image and text are to be rendered for this System.Windows.Forms.ToolStripItem.

None

Specifies that neither image nor text is to be rendered for this System.Windows.Forms.ToolStripItem.

Text

Specifies that only text is to be rendered for this System.Windows.Forms.ToolStripItem.

Requirements

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