UtilityPluginIconFileName Property |
返回用户文档首页
图标文件名(不包含扩展名), 用于工具栏中插件按钮显示
Namespace: LoongCAD.STC.PluginsAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic virtual string IconFileName { get; }
Property Value
String
Remarks如IconFileName设为"icon", 则至少需提供两个文件:icon.png(正常状态), icon_revs.png(选中状态)
See Also