Share via


IPanel.Floating Property

Gets or sets a Boolean value that specifies whether a panel is floating or tied into the agent desktop user interface (UI).

Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)

Usage

'Usage
Dim instance As IPanel
Dim value As Boolean

value = instance.Floating

instance.Floating = value

Syntax

'Declaration
Property Floating As Boolean
bool Floating { get; set; }
property bool Floating {
    bool get ();
    void set (bool value);
}
/** @property */
boolean get_Floating ()

/** @property */
void set_Floating (boolean value)
function get Floating () : boolean

function set Floating (value : boolean)

Property Value

Returns Boolean.

Remarks

true if the panel supports floating windows; false otherwise.

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

IPanel Interface
IPanel Members
Microsoft.Uii.Desktop.UI.Controls Namespace

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