Vcl.ExtCtrls.TCustomButtonedEdit.OnRightButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRightButtonClick: TNotifyEvent read GetOnRightButtonClick write SetOnRightButtonClick;

C++

__property System::Classes::TNotifyEvent OnRightButtonClick = {read=GetOnRightButtonClick, write=SetOnRightButtonClick};

Properties

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

Description

Occurs when the user clicks the RightButton.

Use the OnRightButtonClick event handler to respond when the user clicks the RightButton of the control.

See Also

Code Examples