IPanel Interface
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Contains methods that must be implemented by any panel that hosts applications.
Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)
Syntax
public interface IPanel
Public Interface IPanel
Properties
Name | Description | |
---|---|---|
Floating | Gets or sets a Boolean value that specifies whether a panel is floating or tied into the agent desktop user interface (UI). |
Methods
Name | Description | |
---|---|---|
Add(Object, Boolean) | Adds a hosted application or a Windows Forms user control to the panel. |
|
Add(Object, String, Boolean, Boolean) | Adds a hosted application or a Windows Forms user control to the panel. |
|
IsApplicationOnPanel(Guid) | Indicates whether the hosted application identified by the given ID is located on the panel. |
|
Remove(Object) | Removes an application from the panel. |
Events
Name | Description | |
---|---|---|
CloseApplicationClick | Invoked when the user attempts to close the hosted application. |
|
SelectedAppChanged | Invoked when the user switches the active or selected application in the panel to notify the system about this change. |
See Also
Microsoft.Uii.Desktop.UI.Controls Namespace
Create a custom panel type
Panels, panel types, and panel layouts in Unified Service Desk
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright