Share via


USDDeckPanel Class

Definition

Represents the deck panel for USD.

public ref class USDDeckPanel : Microsoft::Crm::UnifiedServiceDesk::Dynamics::PanelLayouts::USDTabBasePanel
public class USDDeckPanel : Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts.USDTabBasePanel
type USDDeckPanel = class
    inherit USDTabBasePanel
Public Class USDDeckPanel
Inherits USDTabBasePanel
Inheritance

Constructors

USDDeckPanel()

Initializes an instance of the USDDeckPanel class.

Properties

ApplicationList

Gets the list of applications.

(Inherited from USDTabBasePanel)
Floating

Gets or sets a Boolean value that specifies if panel is a floating panel.

(Inherited from USDTabBasePanel)
HasOneItem

Contains a Boolean value that specifies if the tab control has one item.

(Inherited from USDTabControl)
Name

Gets or sets the panel name.

(Inherited from USDTabBasePanel)
TabNavigationMode (Inherited from USDTabControl)

Methods

Add(Object, Boolean)

Adds a control to the panel.

(Inherited from USDTabBasePanel)
Add(Object, String, Boolean, Boolean)

Adds a control to the panel.

(Inherited from USDTabBasePanel)
CloseAppClickHandler(IHostedApplication)

Closes the application handler.

(Inherited from USDTabBasePanel)
CloseApplications()

Closes the applications.

(Inherited from USDTabBasePanel)
GetAppById(Guid)

Gets the application for the given application ID.

(Inherited from USDTabBasePanel)
GetControlCount()

Gets the total number of controls on the panel.

(Inherited from USDTabBasePanel)
GetVisibleApplication()

Gets the visible application.

(Inherited from USDTabBasePanel)
IsApplicationOnPanel(Guid)

Specifies whether the application is on the panel or not.

(Inherited from USDTabBasePanel)
NotifyContextChange(Context)

Notifies the application of a context change.

(Inherited from USDTabBasePanel)
NotifySessionHidden(Session)

Notifies the application of the hidden session.

(Inherited from USDTabBasePanel)
NotifySessionHiding(Session)

Notifies the application of the hiding session.

(Inherited from USDTabBasePanel)
NotifySessionShowing(Session)

Notifies the application of the showing session.

(Inherited from USDTabBasePanel)
NotifySessionShown(Session)

Notifies the application of the session shown.

(Inherited from USDTabBasePanel)
OnCreateAutomationPeer() (Inherited from USDTabBasePanel)
OnItemsChanged(NotifyCollectionChangedEventArgs) (Inherited from USDTabControl)
OnKeyDown(KeyEventArgs) (Inherited from USDTabControl)
PropogateResources()

Propagates the resources.

(Inherited from USDTabBasePanel)
Remove(Object)

Removes the panel from the application.

(Inherited from USDTabBasePanel)
SendApplicationsToUnknownPanel()

Sends applications to unknown panel.

(Inherited from USDTabBasePanel)
SessionChanged(Session)

Notifies the application of a session change.

(Inherited from USDTabBasePanel)
SetActiveApplication(IHostedApplication)

Sets the active application.

(Inherited from USDTabBasePanel)

Events

CloseApplicationClick

Raised when the application is closed.

(Inherited from USDTabBasePanel)
SelectedAppChanged

Raised when the selected application has changed.

(Inherited from USDTabBasePanel)

Applies to