ListViewItem.ListViewSubItem.Text プロパティ

定義

サブ項目のテキストを取得または設定します。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

プロパティ値

String

サブ項目を示すために表示するテキスト。

注釈

この Text プロパティを使用すると、サブ項目に表示されるテキストを決定できます。 、およびFontプロパティをBackColorForeColor使用して、テキストの表示方法を指定できます。

適用対象

こちらもご覧ください