TreeViewNode 构造函数 (String, String) |
树形菜单节点内容添加
命名空间:
Smobiler.Core.Controls
程序集:
Smobiler.Core.Controls (在 Smobiler.Core.Controls.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public TreeViewNode(
string text,
string subtext
)
Public Sub New (
text As String,
subtext As String
)
参数
- text
- 类型:SystemString
文本内容 - subtext
- 类型:SystemString
子文本内容
参见