Vcl.ExtCtrls.TCustomButtonedEdit.LeftButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LeftButton: TEditButton read FLeftButton write SetLeftButton;

C++

__property TEditButton* LeftButton = {read=FLeftButton, write=SetLeftButton};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomButtonedEdit

Description

Specifies the control that implements the left embedded button.

Use LeftButton to work with the left button embedded in this edit control. Use this button's properties to specify images to correspond to the various states of the button, to disable the button, to toggle its visibility, and to add a dropdown menu. At design time, expand the LeftButton property in the Object Inspector to set its properties.

See Also

Code Examples