IPanel Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains methods that must be implemented by any panel that hosts applications.
public interface class IPanel
public interface IPanel
type IPanel = interface
Public Interface IPanel
- Derived
Properties
Floating |
Gets or sets a Boolean value that specifies whether a panel is floating or tied into the agent desktop user interface (UI). |
Methods
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
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. |