Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.IsButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsButton(out ButtonProperties: TButtonProperties): Boolean;

C++

bool __fastcall IsButton(/* out */ Vcl::Actnman::TButtonProperties* &ButtonProperties);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonBaseButtonControl

Description

Checks whether the control is a button.

IsButton checks whether the control is a button. The method returns True if the component is a button and False, otherwise.