CheckableSelectableListNode Constructor |
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public CheckableSelectableListNode(
string text,
Object? tag,
bool isSelected,
bool isChecked
)
Parameters
- text String
- The text to display
- tag Object
- The tag associated with the item.
- isSelected Boolean
- if set to true , the item is selected.
- isChecked Boolean
- if set to true, the item is checked.
See Also