Control::ControlAccessibleObject::Help Property

 

Gets the description of what the object does or how the object is used.

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

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

Property Value

Type: System::String^

The description of what the object does or how the object is used.

.NET Framework
Available since 1.1
Return to top
Show: