Session.FocusedApplication 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 application in the session which currently has focus.
public:
virtual property Microsoft::Uii::Csr::IHostedApplication ^ FocusedApplication { Microsoft::Uii::Csr::IHostedApplication ^ get(); void set(Microsoft::Uii::Csr::IHostedApplication ^ value); };
public virtual Microsoft.Uii.Csr.IHostedApplication FocusedApplication { get; set; }
member this.FocusedApplication : Microsoft.Uii.Csr.IHostedApplication with get, set
Public Overridable Property FocusedApplication As IHostedApplication