ITaskFormInfo.Caption 속성

정의

개체 캡션에 표시되는 텍스트를 지정합니다. 디자인 타임과 런타임에 사용할 수 있습니다.

public:
 property System::String ^ Caption { System::String ^ get(); };
public string Caption { get; }
member this.Caption : string
Public ReadOnly Property Caption As String

속성 값

개체 캡션에 나타나는 문자열입니다. Caption 속성의 최대 문자 수는 255자입니다.

적용 대상