IApplicationUI Members
Represents the interface for desktop application UI.
The following tables list the members exposed by the IApplicationUI type.
Public Properties
Name | Description | |
---|---|---|
Applications | Gets or sets the list of active applications across all panels. | |
CloseApplicationClick | Gets or sets the event handler to handle application close. | |
Item | Gets the application UI objects to be indexed. | |
Length | Gets the number of hosted applications being used. | |
Name | Gets or sets the panel name. | |
SelectedAppChanged | Gets or sets the event handler to handle application selection changes. |
Top
Public Methods
Name | Description | |
---|---|---|
AddApplication | Adds a hosted application or any Windows Forms control to a Desktop panel. | |
AddPanel | Adds a panel to the list of known panels. | |
GetSelectedApplication | Gets the selected application regardless of how its hosted. | |
NextPanel | Transfers control to the next panel. If there is only one panel, it is always returned. | |
RemoveApplication | Removes application from the UI, regardless of which panel it is in. | |
RemovePanel | Removes the panel from the list of known panels. | |
SelectApplication | Selects the UI panel and control which is hosting the given application. | |
SetRedraw | Enables/Disables redrawing of the hosted application panels to make the UI look cleaner when redrawing many items. |
Top
See Also
Reference
IApplicationUI Interface
Microsoft.Uii.Desktop.UI.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.