Share via


DesktopApplicationUIBase Class

DesktopApplicationUIBase separates the details of hosting applications and their UI's from the layout of the agent desktop form. It keeps a collection of IPanels and exposes itself as a collection of IHostedApplication objects.

Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)

Usage

'Usage
Dim instance As DesktopApplicationUIBase

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public MustInherit Class DesktopApplicationUIBase
    Implements IApplicationUI, IEnumerable
[DefaultMemberAttribute("Item")] 
public abstract class DesktopApplicationUIBase : IApplicationUI, IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class DesktopApplicationUIBase abstract : IApplicationUI, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class DesktopApplicationUIBase implements IApplicationUI, IEnumerable
DefaultMemberAttribute("Item") 
public abstract class DesktopApplicationUIBase implements IApplicationUI, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Uii.Desktop.UI.Controls.DesktopApplicationUIBase
     Microsoft.Uii.Desktop.UI.Controls.Wpf.WpfDesktopApplicationUI

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

DesktopApplicationUIBase Members
Microsoft.Uii.Desktop.UI.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.