Gets or sets a value indicating whether themes apply to this control.
Namespace:
C1.Web.UI.Controls.C1ComboBoxAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [BrowsableAttribute(false)] public override bool EnableTheming { get; set; } |
| Visual Basic (Declaration) |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ <BrowsableAttribute(False)> _ Public Overrides Property EnableTheming As Boolean Get Set |