单选项集合 更多...
继承自 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 | 值 |