IPanel.IsApplicationOnPanel(Guid) Method

Definition

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

public:
 bool IsApplicationOnPanel(Guid id);
public bool IsApplicationOnPanel (Guid id);
abstract member IsApplicationOnPanel : Guid -> bool
Public Function IsApplicationOnPanel (id As Guid) As Boolean

Parameters

id
Guid

ID the hosted application.

Returns

true if the application is on the panel; false otherwise.

Applies to