IconMenuViewItem 构造函数 (String, String, String, String, String) |
初始化IconMenuItem类的一个新实例
命名空间:
Smobiler.Core.Controls
程序集:
Smobiler.Core.Controls (在 Smobiler.Core.Controls.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public IconMenuViewItem(
string id,
string icon,
string text,
string val,
string messagetext
)
Public Sub New (
id As String,
icon As String,
text As String,
val As String,
messagetext As String
)
参数
- id
- 类型:SystemString
编号 - icon
- 类型:SystemString
图标 - text
- 类型:SystemString
文本 - val
- 类型:SystemString
值 - messagetext
- 类型:SystemString
角标
参见