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 is not a widget, but a helper 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 or not the item is toggled on (checked).
Holds the state of the item.
Holds whether or not 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 specified list view.
Parameter(s):
DzCheckListItem( DzCheckListItem parent, Type type=RadioButtonController, Number id=-1 )
Creates a checklist item as a child of the specified list item.
Parameter(s):
DzCheckListItem( DzListViewItem parent, Type type=RadioButtonController, Number id=-1 )
Creates a checklist item as a child of the specified list item.
Parameter(s):