DataGridViewCell::DataGridViewCellAccessibleObject::Help Property

 

Gets the names of the owning cell's type and base type.

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 names of the owning cell's type and base type.

This property returns a string that includes the owning cell's type name followed by the name of its base type in parentheses, such as "DataGridViewTextBoxCell (DataGridViewCell)".

.NET Framework
Available since 2.0
Return to top
Show: