DAZ Script | |
---|---|
ToggleState | { Off, NoChange, On } |
Type | { RadioButton, CheckBox, RadioButtonController, CheckBoxController } |
DAZ Script |
---|
DzCheckListItem ( DzListView parent, Type type=RadioButtonController, Number id=-1 ) |
DzCheckListItem ( DzCheckListItem parent, Type type=RadioButtonController, Number id=-1 ) |
DzCheckListItem ( DzListViewItem parent, Type type=RadioButtonController, Number id=-1 ) |
This class is not a widget, but a helper class for working with DzListView. Each DzCheckListItem represents a single item in a list view - add items to a list view by creating a new DzCheckListItem that is a child of the list view, or a child of another list view item in the list view.
Specifies the checklist item's toggle state
—–
Specifies the checklist item's type
Holds the height of the item.
Holds whether the item toggled on.
Holds the state of the item.
Holds whether the item is tristate.
Holds the type of the item. (Read Only)
DzCheckListItem( DzListView parent, Type type=RadioButtonController, Number id=-1 )
Creates a checklist item at the root level of the given list view
Parameter(s):
DzCheckListItem( DzCheckListItem parent, Type type=RadioButtonController, Number id=-1 )
Creates a checklist item as a child of the given list item
Parameter(s):
DzCheckListItem( DzListViewItem parent, Type type=RadioButtonController, Number id=-1 )
Creates a checklist item as a child of the given list item
Parameter(s):