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

控件的初始文本。

适用于

另请参阅