WpfDesktopApplicationUI.SelectApplication(Guid) Method
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.
Selects the UI panel and control which is hosting the given application.
public:
override bool SelectApplication(Guid id);
public override bool SelectApplication (Guid id);
override this.SelectApplication : Guid -> bool
Public Overrides Function SelectApplication (id As Guid) As Boolean
Parameters
- id
- Guid
Specifies the ID of the application to select.
Returns
True
if application is selected, otherwise false
.