Tree View - NotificationStyle Property
NotificationStyle controls how events are triggered
Member of Tree View (PRIM_TRVW)
Data Type - Enumeration

Details


NotificationStyle determines whether programmtic changes of state cause events to fire.
By default, events such as ItemGotFocus and ItemGotSelection are only fired by keyboard and mouse driven changes in the UI. Programmatically setting the state will not fire the equivalent events.
By setting the notification style to Program, programmatic changes will cause events to fire

Allowed Values

Enum Value

Description

Default

Do not fire events corresponding to programmatic actions

HHsMMsSS

Fire the corresponding events for programmatic

See also

All Component Classes
Technical Reference