다음을 통해 공유


USDDeckTabPanel Class

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.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As USDDeckTabPanel

Syntax

'Declaration
Public Class USDDeckTabPanel
    Inherits USDTabBasePanel
public class USDDeckTabPanel : USDTabBasePanel
public ref class USDDeckTabPanel : public USDTabBasePanel
public class USDDeckTabPanel extends USDTabBasePanel
public class USDDeckTabPanel extends USDTabBasePanel

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.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.Media.Visual
         System.Windows.UIElement
           System.Windows.FrameworkElement
             System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                 System.Windows.Controls.Primitives.Selector
                   System.Windows.Controls.TabControl
                     Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Styles.USDTabControl
                       Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts.USDTabBasePanel
                        Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts.USDDeckTabPanel

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

USDDeckTabPanel Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace

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