Carousel - NotificationStyle Property

NotificationStyle controls how events are triggered

Member of Carousel (PRIM_CARO)

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 ValueDescription
DefaultDo not fire events corresponding to programmatic actions
HHsMMsSS Fire the corresponding events for programmatic


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2