Share via


HostedWpfControl.Text Property

Definition

Gets or sets the text for the window or tab control containing this application.

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

Property Value

Remarks

This gets or sets the text used for the caption in a floating window or for the tab item in a tabbed UI.

Applies to