次の方法で共有


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

プロパティ値

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

注釈

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

適用対象

こちらもご覧ください