跳到主要内容

GetSystemTheme 获取系统主题

🎯功能

获取当前系统使用的主题名字

📜语法

结果 = Plugin.SysEx.GetSystemTheme()

📥参数

📤返回

字符串, 返回系统的主题名字

💡示例

iTheme = Plugin.SysEx.GetSystemTheme()
TracePrint iTheme

📘备注