Share via


DesktopApplicationUIBase.SelectApplication Method

Selects the UI panel and control which is hosting the given application.

Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)

Usage

'Usage
Dim instance As DesktopApplicationUIBase
Dim id As Guid
Dim returnValue As Boolean

returnValue = instance.SelectApplication(id)

Syntax

'Declaration
Public MustOverride Function SelectApplication ( _
    id As Guid _
) As Boolean
public abstract bool SelectApplication (
    Guid id
)
public:
virtual bool SelectApplication (
    Guid id
) abstract
public abstract boolean SelectApplication (
    Guid id
)
public abstract function SelectApplication (
    id : Guid
) : boolean

Parameters

  • id
    Specifies the application ID.

Return Value

Type: Boolean
True if the application is selected, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

DesktopApplicationUIBase Class
DesktopApplicationUIBase Members
Microsoft.Uii.Desktop.UI.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.