USDFloatingToolPanel Class
Represents a panel type that creates a tool window for each hosted control loaded into it.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As USDFloatingToolPanel
Syntax
'Declaration
Public Class USDFloatingToolPanel
Inherits Control
Implements IPanel, IUSDPanel
public class USDFloatingToolPanel : Control, IPanel, IUSDPanel
public ref class USDFloatingToolPanel : public Control, IPanel, IUSDPanel
public class USDFloatingToolPanel extends Control implements IPanel, IUSDPanel
public class USDFloatingToolPanel extends Control implements IPanel, IUSDPanel
Remarks
The default desktop provides an instance of this panel type. When “floatingToolPanel” is specified for a hosted control, this panel type is being used. 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.USDFloatingToolPanel
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
USDFloatingToolPanel 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.