AppBar QML Type
A custom title bar designed for use with FramelessWindow. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
- action : Component
- buttonClose : AbstractButton
- buttonMaximized : AbstractButton
- buttonMinimized : AbstractButton
- showClose : bool
- showMaximize : bool
- showMinimize : bool
- windowIcon : Component
- windowTitle : string
Detailed Description
AppBar provides the standard window caption buttons (close, minimize, maximize) and an area for custom content. It integrates with the frameless window system to enable window dragging and hit-testing.
Property Documentation
action : Component
A Component that creates custom action content in the title bar.
buttonClose : AbstractButton
The close button instance. Provides access to customize its appearance or behavior.
buttonMaximized : AbstractButton
The maximize button instance.
buttonMinimized : AbstractButton
The minimize button instance.
showClose : bool
Whether the close button is visible. Defaults to true.
showMaximize : bool
Whether the maximize button is visible. Defaults to true.
showMinimize : bool
Whether the minimize button is visible. Defaults to true.
windowIcon : Component
A Component that creates the window icon displayed in the title bar.
windowTitle : string
The title text displayed in the title bar.