Vcl.ExtCtrls.TButtonedEdit.RightButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RightButton: TEditButton read FRightButton write SetRightButton;

C++

__property RightButton;

Properties

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

Description

Specifies the control that implements the right embedded button.

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

Specifies the control that implements the right embedded button.

Use RightButton to work with the right 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 visiblity and to add a dropdown menu. At design time, expand the RightButton property in the Object Inspector to set its properties.

See Also

Code Examples