ControlDesigner::ControlDesignerAccessibleObject::Description Property

 

Gets a string that describes the visual appearance of the specified object.

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

public:
property String^ Description {
	virtual String^ get() override;
}

Property Value

Type: System::String^

A description of the object's visual appearance to the user, or null if the object does not have a description.

.NET Framework
Available since 1.1
Return to top
Show: