'Declaration Public Function GetTheme( _ ByVal control As System.Object _ ) As System.String
public System.string GetTheme( System.object control )
Parameters
- control
- The object to get the theme name for.
Return Value
The name of the theme set on the object. The "(none)" string is returned if no theme was set on the object.