DesktopApplicationUIBase.Panels Property
Gets or sets the list of the panels.
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.Panels
instance.Panels = value
Syntax
'Declaration
Public Property Panels As ArrayList
public ArrayList Panels { get; set; }
public:
property ArrayList^ Panels {
ArrayList^ get ();
void set (ArrayList^ value);
}
/** @property */
public ArrayList get_Panels ()
/** @property */
public void set_Panels (ArrayList value)
public function get Panels () : ArrayList
public function set Panels (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.