参考手册

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

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

复选项集合 更多...

继承自 Collection< CheckItem > .

Public 成员函数

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

详细描述

复选项集合

成员函数说明

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

添加复选项

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

通过文本查找复选项

参数
text文本
返回
复选项
CheckItem FineUI.CheckItemCollection.FindByText ( string  text,
bool  stripHtml 
)

通过文本查找复选项

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

通过值查找复选项

参数
value
返回
复选项

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