USDPopupPanel.Floating Property
Gets or sets a value that indicates whether the panel is a floating panel.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As USDPopupPanel
Dim value As Boolean
value = instance.Floating
instance.Floating = value
Syntax
'Declaration
Public Property Floating As Boolean
public bool Floating { get; set; }
public:
virtual property bool Floating {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_Floating ()
/** @property */
public final void set_Floating (boolean value)
public final function get Floating () : boolean
public final function set Floating (value : boolean)
Property Value
Returns Boolean
true if its floating panel; otherwise false.
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
USDPopupPanel Class
USDPopupPanel Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.