Share via


IPanel.IsApplicationOnPanel Method

Indicates whether the hosted application identified by the given ID is located on the panel.

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

Usage

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

returnValue = instance.IsApplicationOnPanel(id)

Syntax

'Declaration
Function IsApplicationOnPanel ( _
    id As Guid _
) As Boolean
bool IsApplicationOnPanel (
    Guid id
)
bool IsApplicationOnPanel (
    Guid id
)
boolean IsApplicationOnPanel (
    Guid id
)
function IsApplicationOnPanel (
    id : Guid
) : boolean

Parameters

  • id
    ID the hosted application.

Return Value

Type: Boolean
true if the application is on the panel; false otherwise.

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

IPanel Interface
IPanel Members
Microsoft.Uii.Desktop.UI.Controls Namespace

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