SubMenuStyleCollection::CreateKnownType Method
Creates an System::Object of the data type that corresponds to the specified index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
- Type: System::Int32
The index of the data type to create. This parameter is not used in this implementation of the method; therefore, you should always pass in nullptr.
The CreateKnownType method is a helper function that is used to create an Object of the data type that corresponds to the specified index. The index is often determined by using the GetKnownTypes method to create an array of supported data types and then searching the array for the desired data type.
The index parameter is not used in this implementation of the method and is ignored. You should always pass in nullptr for this parameter. This implementation of the method always returns an empty SubMenuStyle object.
Note: |
|---|
This method is used only by control developers. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: