DesktopApplicationUIBase.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:
abstract bool SelectApplication(Guid id);
public abstract bool SelectApplication (Guid id);
abstract member SelectApplication : Guid -> bool
Public MustOverride Function SelectApplication (id As Guid) As Boolean
Parameters
- id
- Guid
Specifies the application ID.
Returns
True
if the application is selected, otherwise false
.