Skip to content

TSdlTrayEntryFlag

Flags that control the creation of system tray entries.

Some of these flags are required; exactly one of them must be specified at the time a tray entry is created. Other flags are optional.

Definition

Unit: Neslib.Sdl3.Additional

type TSdlTrayEntryFlag = (Button, Checkbox, SubMenu, Checked, Disabled)

See Also

Enumeration Values

Button = 0

Make the entry a simple button. Required.


Checkbox = 1

Make the entry a checkbox. Required.


Prepare the entry to have a submenu. Required.


Checked = 30

Make the entry checked. This is valid only for checkboxes. Optional.


Disabled = 31

Make the entry disabled. Optional.