SelectableListNode(String, Object, Boolean) Constructor |
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic SelectableListNode(
string text,
Object? tag,
bool isSelected
)
Parameters
- text String
- The text to display.
- tag Object
- The tag associated with the item.
- isSelected Boolean
- If set to , the item is selected.
See Also