Share via


WpfPanel.IsApplicationOnPanel(Guid) Method

Definition

Checks whether the application is on the panel.

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

Parameters

id
Guid

Specifies the application ID.

Returns

True if the application is on the panel, otherwise false.

Implements

Applies to