Partager via


USDDeckTabPanel Class

Definition

Represents a panel type that contains a tab control. If a single hosted control is on this panel, the tabs are not shown. The tabs for a tab control are shown if two or more controls reside on this panel.

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

Remarks

This control is the same as the USDTabPanel but a style exists in the default themes that will hide the tabs at the top, when only one control is loaded.

Constructors

USDDeckTabPanel()

Initializes a new instance of the USDDeckTabPanel 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