Gets or sets the skin to apply to the control.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override string SkinID { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Property SkinID As String
	Get
	Set

Field Value

Return Value

The name of the skin to apply to the control. The default is Empty()()()().

Exceptions

ExceptionCondition
System..::..ArgumentException The skin specified in the SkinID property does not exist in the theme.

See Also