Vcl.ComCtrls.TCustomTreeView.RowSelect

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

Delphi

property RowSelect: Boolean read FRowSelect write SetRowSelect default False;

C++

__property bool RowSelect = {read=FRowSelect, write=SetRowSelect, default=0};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

説明

選択した項目の行全体を強調表示するかどうかを指定します。

選択された項目の行全体が強調表示されるようにするには,RowSelect を true にします。

ShowLines が true ならば,RowSelect は無視されます。

関連項目