Specifies the ID of the skin used by this control.
[Visual Basic]
Overridable Public Property ControlSkinID As
String
[C#]
public virtual
String ControlSkinID {get; set;}
Property Value
System.String
The ID of the skin.
This property is read/write.
Remarks
Skin is a special control from which other control of the same type can inherit appearance settings. For example, when a skin menu is applied to a target menu, the target menu merges appearance settings from the skin menu with its own appearance setting.
Almost every EO.Web offers a set of ready to use built-in skins. You can use EO.Web Control Builder to design your control based on a built-in skin or save it as an external skin.
For more information about the menu skin, see Menu Skin.
See Also
WebControl Class | EO.Web Namespace