PropertyGrid::CreatePropertyTab Method (Type^)

 

When overridden in a derived class, enables the creation of a PropertyTab.

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

protected:
virtual PropertyTab^ CreatePropertyTab(
	Type^ tabType
)

Parameters

tabType
Type: System::Type^

The type of tab to create.

Return Value

Type: System.Windows.Forms.Design::PropertyTab^

The newly created property tab. Returns null in its default implementation.

See PropertyTab for more information about creating property tabs.

.NET Framework
Available since 1.1
Return to top
Show: