Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a Boolean value that specifies if 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 USDTabBasePanel
Dim value As Boolean
value = instance.Floating
instance.Floating = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Floating As Boolean
[BrowsableAttribute(false)]
public bool Floating { get; set; }
[BrowsableAttribute(false)]
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
Type: BooleanTrue if it is a 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
USDTabBasePanel Class
USDTabBasePanel Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.