SetTheme Method (C1ThemeController)
In This Topic
Sets a theme name on an object.
Syntax
'Declaration
Public Sub SetTheme( _
ByVal As System.Object, _
ByVal As System.String _
)
public void SetTheme(
System.object ,
System.string
)
Parameters
- control
- The object on which to set the theme name.
- value
- The name of the theme.
Exceptions
Exception | Description |
System.ArgumentException | The exception that is thrown when one of the arguments provided to a method is not valid. |
See Also