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

控制項的初始文字。

適用於

另請參閱