Vcl.ExtCtrls.TButtonedEdit.LeftButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LeftButton: TEditButton read FLeftButton write SetLeftButton;

C++

__property LeftButton;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TButtonedEdit

Description

Specifies the control that implements the left embedded button.

Vcl.ExtCtrls.TButtonedEdit.LeftButton inherits from Vcl.ExtCtrls.TCustomButtonedEdit.LeftButton. All content below this line refers to Vcl.ExtCtrls.TCustomButtonedEdit.LeftButton.

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