Assigns a Theme class (or DSO class) to an Application Bar.
Objects: Menu, Panel, Work With
Generators: Android, Apple
This property is available in every Application Bar included in an object for Native Mobile applications (like a Panel object).
It allows indicating the Theme Class or Design System Class that sets a style to the object's Application Bar.
To change the associated Theme Class at runtime, write the following user-event code:
Event 'ChanageApplicationBarClass'
ApplicationBar.Class = StyleClass:ApplicationBarsCustomClass
EndEvent
Notes:
- This property has the same behavior as the Class property but is applied to Application Bars, and can be used to read or write.
- Runtime changes to this property are not available in the Menu object.