Vcl.ExtCtrls.TCustomButtonedEdit.OnRightButtonClick
Delphi
property OnRightButtonClick: TNotifyEvent read GetOnRightButtonClick write SetOnRightButtonClick;
C++
__property System::Classes::TNotifyEvent OnRightButtonClick = {read=GetOnRightButtonClick, write=SetOnRightButtonClick};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
event | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TCustomButtonedEdit |
説明
ユーザーが RightButton をクリックするときに発生します。
OnRightButtonClick イベント ハンドラを使用して、ユーザーがコントロールの RightButton をクリックしたときに応答します。