跳到主要内容

SetSystemTheme 设置系统主题

🎯功能

设置当前系统使用的主题名字

📜语法

Call Plugin.SysEx.SetSystemTheme(主题名)

📥参数

参数数据类型解释
主题名字符串系统主题名字或路径

📤返回

💡示例

Call Plugin.SysEx.SetSystemTheme("Windows 经典")

📘备注