参考手册

FineUI(开源版) 参考手册,包含所有控件的属性方法和事件的详细描述。

 全部  命名空间 函数 变量 枚举 枚举值 属性
Public 成员函数 | 所有成员列表
FineUI.RadioItemCollection类 参考

单选项集合 更多...

继承自 Collection< RadioItem > .

Public 成员函数

RadioItem FindByText (string text)
 通过文本查找单选项 更多...
 
RadioItem FindByText (string text, bool stripHtml)
 通过文本查找单选项 更多...
 
RadioItem FindByValue (string value)
 通过值查找单选项 更多...
 
int Add (string text, string value)
 添加单选项 更多...
 

详细描述

单选项集合

成员函数说明

int FineUI.RadioItemCollection.Add ( string  text,
string  value 
)

添加单选项

参数
text文本
value
返回
新元素的插入位置
RadioItem FineUI.RadioItemCollection.FindByText ( string  text)

通过文本查找单选项

参数
text文本
返回
单选项
RadioItem FineUI.RadioItemCollection.FindByText ( string  text,
bool  stripHtml 
)

通过文本查找单选项

参数
text文本
stripHtml是否去除HTML标签
返回
单选项
RadioItem FineUI.RadioItemCollection.FindByValue ( string  value)

通过值查找单选项

参数
value
返回
单选项

该类的文档由以下文件生成: