DropDownButton QML Type
A button that opens a drop-down menu popup. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
Detailed Description
DropDownButton combines a button with an attached DropDownPopup. Clicking the button toggles the popup visibility, allowing the user to select from a list of options.
Property Documentation
icon : var
The icon displayed on the button.
popup : DropDownPopup
The DropDownPopup instance associated with this button.
text : string
The label text displayed on the button.