CreateParams.Caption 속성

정의

컨트롤의 처음 텍스트를 가져오거나 설정합니다.

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

속성 값

String

컨트롤의 처음 텍스트입니다.

적용 대상

추가 정보