Profiles Property (Read/Write) |
Top Previous Next |
Sets the Profiles Control as the profile manager for this control.
VB.NET Syntax
Display.Profiles [= Profiles]
C# Syntax
Display.Profiles [= Profiles];
Remarks
After setting this property, you can access a collection of styles to be generated and customized through the ShowEditor method.
See Also Profiles control, StyleName property and ShowEditor method.
|