ThemeProvider.GetSkinsForControl(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an ICollection of skin identifiers that are associated with the specified Type.
public:
System::Collections::ICollection ^ GetSkinsForControl(Type ^ type);
public System.Collections.ICollection GetSkinsForControl (Type type);
member this.GetSkinsForControl : Type -> System.Collections.ICollection
Public Function GetSkinsForControl (type As Type) As ICollection
Parameters
Returns
An ICollection of skin identifiers, if control skins are defined for the specified Type. If no control skins are associated with the type, an empty ICollection is returned.
Remarks
The GetSkinsForControl method is used by designers to populate lists of control skin names. Designers use the list to bind to user interface (UI) elements or to display design properties for a given control type.