Method SetNativeTheme
SetNativeTheme(string)
Allows runtime switching of the UI environment theme.
bool SetNativeTheme(string theme)
Parameters
themestringTheme name
Returns
- bool
trueif operation was successful,falseotherwise.
Allows runtime switching of the UI environment theme.
bool SetNativeTheme(string theme)
theme stringTheme name
true if operation was successful, false otherwise.