You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
554 B
554 B
InsertCommonCommand
定义
为常用菜单添加自定义命令.
public void InsertCommonCommand(string text, EventHandler handler, bool needElement = true
请求参数
| 参数 | 类型 | 约束 | 说明 |
|---|---|---|---|
| text | string | The text. | |
| handler | EventHandler | The handler. | |
| needElement | bool | if set to true [need element]. | |
| elementType | DrawElementType | 操作的图元类型. |
返回
类型: void