Control::ControlAccessibleObject::Description Property

 

Gets the description of the Control::ControlAccessibleObject.

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

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

Property Value

Type: System::String^

A string describing the Control::ControlAccessibleObject.

.NET Framework
Available since 1.1
Return to top
Show: