ToolStripItem::ToolStripItemAccessibleObject::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^

A string describing what the object does or how the object is used.

.NET Framework
Available since 2.0
Return to top
Show: