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.
See Also