DesktopApplicationUIBase.FloatingForms Property
Gets or sets the list of floating forms.
Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)
Usage
'Usage
Dim instance As DesktopApplicationUIBase
Dim value As ArrayList
value = instance.FloatingForms
instance.FloatingForms = value
Syntax
'Declaration
Public Property FloatingForms As ArrayList
public ArrayList FloatingForms { get; set; }
public:
property ArrayList^ FloatingForms {
ArrayList^ get ();
void set (ArrayList^ value);
}
/** @property */
public ArrayList get_FloatingForms ()
/** @property */
public void set_FloatingForms (ArrayList value)
public function get FloatingForms () : ArrayList
public function set FloatingForms (value : ArrayList)
Property Value
Type ArrayList.
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
DesktopApplicationUIBase Class
DesktopApplicationUIBase Members
Microsoft.Uii.Desktop.UI.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.