Application Bars Class property

Official Content
This documentation is valid for:
Assigns a Theme class (or DSO class) for Application Bars.

Scope

Objects: Menu, Panel, Work With
Generators: Android, Apple

Description

In this property, you can indicate the ApplicationBars Theme Class or Design System Class applied for the Application Bars in the entry Panel

For changing the Theme Class associated at runtime, you should write code in user-event as follows:

Event 'ChanageApplicationBarClass'
     ApplicationBar.Class = StyleClass:ApplicationBarsCustomClass
EndEvent

Notes:

  • The property has the same behavior as Class property but applied for Application Bars, and can be used as read or write.
  • Runtime change of this property is not available for Menu object.

See Also

Class property
ApplicationBars Theme-Class