Vcl.ExtCtrls.TCustomButtonedEdit.RightButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RightButton: TEditButton read FRightButton write SetRightButton;

C++

__property TEditButton* RightButton = {read=FRightButton, write=SetRightButton};

Properties

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

Description

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