Vcl.ComCtrls.TCustomListView.ColRightClick

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure ColRightClick(Column: TListColumn; Point: TPoint); dynamic;

C++

DYNAMIC void __fastcall ColRightClick(TListColumn* Column, const System::Types::TPoint &Point);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

説明

カラムの右クリックイベントのディスパッチャです。

ColRightClick は,ShowColumnHeaders プロパティが true で,ViewStyle プロパティが vsReport のとき,ユーザーが列ヘッダーをマウスの右ボタンでクリックすると自動的に呼び出されます。ColRightClick をオーバーライドすると,カラムを右クリックしたときに追加的なアクションをとったり,状況に応じて OnColumnRightClick イベントを発生させないようにすることができます。

関連項目