类 ListBoxItem
java.lang.Object
com.grapecity.documents.excel.forms.SelectorItem
com.grapecity.documents.excel.forms.ListBoxItem
代表
IListBox
的一个项。-
构造器概要
-
方法概要
从类继承的方法 com.grapecity.documents.excel.forms.SelectorItem
getValue, isReadOnly, setReadOnly, setValue, UpdateBindingValue
-
构造器详细资料
-
ListBoxItem
public ListBoxItem()创建一个空项目。 -
ListBoxItem
创建一个带有值的项。- 参数:
value
- 项的值。
-