Creates a property tab of the specified type. This method cannot be overridden.

Namespace:  ShinyDesign
Assembly:  ShinyDesign (in ShinyDesign.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected override sealed PropertyTab CreatePropertyTab(
	Type tabType
)
Visual Basic (Declaration)
Protected Overrides NotOverridable Function CreatePropertyTab ( _
	tabType As Type _
) As PropertyTab
Visual C++
protected:
virtual PropertyTab^ CreatePropertyTab(
	Type^ tabType
) override sealed

Parameters

tabType
Type: System..::.Type
The type containing the tab to create.

Return Value

A PropertyTab of the specified type.

Remarks

This method supports the design infrastructure and is not intended to be used from your code.

See Also