DesignerActionItem.Description Property

 

Gets the supplemental text for the item.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

abstract Description : string with get
override Description : string with get

Property Value

Type: System.String

A String that contains the descriptive text for the item.

The Description property is used whenever a plain text description of the item is required (for example, in ToolTips and the status bar).

The value of this property is set in the constructor for this class.

.NET Framework
Available since 2.0
Return to top
Show: