When overridden in a derived class, enables the creation of a PropertyTab.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Syntax . . :: . PropertyTab
The newly created property tab. Returnsnull Nothing nullptr a null reference (Nothing in Visual Basic) in its default implementation.
Protected Overridable Function CreatePropertyTab ( _
tabType As Type _
) As PropertyTabprotected virtual PropertyTab CreatePropertyTab(
Type tabType
)protected:
virtual PropertyTab^ CreatePropertyTab(
Type^ tabType
)abstract CreatePropertyTab :
tabType:Type -> PropertyTab
override CreatePropertyTab :
tabType:Type -> PropertyTab Parameters
- tabType
- Type: System
. . :: . Type
The type of tab to create.
Return Value
Type: System.Windows.Forms.DesignThe newly created property tab. Returns
Remarks
See PropertyTab for more information about creating property tabs.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.