ThemeProvider.GetSkinControlBuildersForControlType Method (Type)
.NET Framework (current version)
Gets an IDictionary object that contains a set of SkinBuilder objects for the specified Type.
Assembly: System.Web (in System.Web.dll)
Parameters
- type
-
Type:
System.Type
A Type for which to retrieve any associated ControlBuilder objects.
Return Value
Type: System.Collections.IDictionaryAn IDictionary that contains a list of one or more ControlBuilder objects associated with the Type passed to the method. This list is populated with DictionaryEntry objects where the SkinID is a Key, and its associated SkinBuilder is the Value.
.NET Framework
Available since 2.0
Available since 2.0
Show: