DesignerVerb::Description Property

 

Gets or sets the description of the menu item for the verb.

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

public:
property String^ Description {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string describing the menu item.

NamedPermissionSet

for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:

.NET Framework
Available since 2.0
Return to top
Show: