Share via


IApplicationUI Members

Represents the interface for desktop application UI.

The following tables list the members exposed by the IApplicationUI type.

Public Properties

  Name Description
public property Applications Gets or sets the list of active applications across all panels.
public property CloseApplicationClick Gets or sets the event handler to handle application close.
public property Item Gets the application UI objects to be indexed.
public property Length Gets the number of hosted applications being used.
public property Name Gets or sets the panel name.
public property SelectedAppChanged Gets or sets the event handler to handle application selection changes.

Top

Public Methods

  Name Description
public method AddApplication Adds a hosted application or any Windows Forms control to a Desktop panel.
public method AddPanel Adds a panel to the list of known panels.
public method GetSelectedApplication Gets the selected application regardless of how its hosted.
public method NextPanel Transfers control to the next panel. If there is only one panel, it is always returned.
public method RemoveApplication Removes application from the UI, regardless of which panel it is in.
public method RemovePanel Removes the panel from the list of known panels.
public method SelectApplication Selects the UI panel and control which is hosting the given application.
public method 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.