Click or drag to resize

PluginTextAttribute Class

返回用户文档首页
定义插件文本
Inheritance Hierarchy
SystemObject
  SystemAttribute
    LoongCAD.STC.Friendly.PluginsPluginTextAttribute

Namespace: LoongCAD.STC.Friendly.Plugins
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public sealed class PluginTextAttribute : Attribute

The PluginTextAttribute type exposes the following members.

Constructors
 NameDescription
Public methodPluginTextAttributeInitializes a new instance of the PluginTextAttribute class
Top
Properties
 NameDescription
Public propertyPluginText 插件文本
Top
Remarks
用于工具插件定义按钮显示文本
See Also