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 속성을 사용하면 하위 항목에 대해 표시되는 텍스트를 확인할 수 있습니다. 및 ForeColorFont 속성을 사용하여 BackColor텍스트가 표시되는 방식을 지정할 수 있습니다.

적용 대상

추가 정보