USDFloatingPanel Class
This panel type is used when “floatingPanel” is specified for a hosted control.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As USDFloatingPanel
Syntax
'Declaration
Public Class USDFloatingPanel
Inherits Control
Implements IPanel, IUSDPanel
public class USDFloatingPanel : Control, IPanel, IUSDPanel
public ref class USDFloatingPanel : public Control, IPanel, IUSDPanel
public class USDFloatingPanel extends Control implements IPanel, IUSDPanel
public class USDFloatingPanel extends Control implements IPanel, IUSDPanel
Remarks
Typically you would not specify this panel type in your custom layout, however, it is exposed in case there is a reason to use it.
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
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts.USDFloatingPanel
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
USDFloatingPanel Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace
Other Resources
Panels, panel types, and panel layouts in Unified Service Desk
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.