Vcl.ActnMan.TButtonProperties.ButtonType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonType: TButtonType read FButtonType write SetButtonType default btNone;

C++

__property TButtonType ButtonType = {read=FButtonType, write=SetButtonType, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TButtonProperties

Description

ButtonType specifies the button type on a ribbon group.

Use the ButtonType property to set or check the button type on a ribbon group. The following table lists the possible values for the ButtonType property and the meaning corresponding to each value.



Value Description

btNone

A normal button.

btDropdown

A button that displays a drop-down menu.

btSplit

A button that displays a drop-down menu, but has a default action.

btGallery

A button that displays a drop-down gallery.



See Also