PropertyGrid::DefaultTabType Property

 

Gets the type of the default tab.

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

protected:
[BrowsableAttribute(false)]
property Type^ DefaultTabType {
	virtual Type^ get();
}

Property Value

Type: System::Type^

A Type representing the default tab.

The default implementation of this property returns PropertyTab. Override this property to specify a modified version of the PropertyTab.

.NET Framework
Available since 1.1
Return to top
Show: