IPanel Members
Contains methods that must be implemented by any panel that hosts applications.
The following tables list the members exposed by the IPanel type.
Public 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). |
Top
Public Methods
Name | Description | |
---|---|---|
Add | Overloaded. Adds a hosted application or a Windows Forms user control to the panel. | |
IsApplicationOnPanel | Indicates whether the hosted application identified by the given ID is located on the panel. | |
Remove | Removes an application from the panel. |
Top
Public 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. |
Top
See Also
Reference
IPanel Interface
Microsoft.Uii.Desktop.UI.Controls Namespace
Other Resources
Create a custom panel type
Panels, panel types, and panel layouts in Unified Service Desk
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.