[]
Sets a theme name on an object.
public void SetTheme(object control, string value)
Type | Name | Description |
---|---|---|
object | control | The object on which to set the theme name. |
string | value | The name of the theme. |
ArgumentException will be thrown if the control is null or C1Theme can't be applied for the control.
Type | Condition |
---|---|
ArgumentException |