-
Notifications
You must be signed in to change notification settings - Fork 0
Enum.md
cfloutier edited this page Apr 15, 2024
·
3 revisions
This class defines a simple set of choices presented on a single line.


- The labels can be setup using the
Labelsattribute. Values should be separated using ';' chars.
The control can be bound with a KTools.EnumSetting<TEnum>. see Binding
- the buttons uses the
.toggle_buttonclass - the InlineEnum used the '.inline_enum' class