PopListGroupAddListItem 方法 (String, String) |
添加选择项
命名空间:
Smobiler.Core.Controls
程序集:
Smobiler.Core.Controls (在 Smobiler.Core.Controls.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public PopListItem AddListItem(
string text,
string value
)
Public Function AddListItem (
text As String,
value As String
) As PopListItem
参数
- text
- 类型:SystemString
选择项文本 - value
- 类型:SystemString
选择项值
返回值
类型:
PopListItem[缺少 "M:Smobiler.Core.Controls.PopListGroup.AddListItem(System.String,System.String)" 的 <returns> 文档]
参见