PSHostRawUserInterface.WindowTitle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the titlebar text of the current view window.
public:
abstract property System::String ^ WindowTitle { System::String ^ get(); void set(System::String ^ value); };
public:
abstract property Platform::String ^ WindowTitle { Platform::String ^ get(); void set(Platform::String ^ value); };
public abstract string WindowTitle { get; set; }
member this.WindowTitle : string with get, set
Public MustOverride Property WindowTitle As String