CreateParams.Caption Egenskap

Definition

Hämtar eller anger kontrollens inledande text.

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

Egenskapsvärde

Kontrollens inledande text.

Gäller för

Se även