HostedControl.Text Property

Definition

Sets/Gets 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 page in a tabbed UI. This is 'new' not 'override' since if we override it, we also will get a stack overflow in the UI design tool.

Applies to