USDStackPanel.Add Method (Object, Boolean)
Adds a control to the stack panel.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As USDStackPanel
Dim child As Object
Dim closeButton As Boolean
Dim returnValue As Object
returnValue = instance.Add(child, closeButton)
Syntax
'Declaration
Public Function Add ( _
child As Object, _
closeButton As Boolean _
) As Object
public Object Add (
Object child,
bool closeButton
)
public:
virtual Object^ Add (
Object^ child,
bool closeButton
) sealed
public final Object Add (
Object child,
boolean closeButton
)
public final function Add (
child : Object,
closeButton : boolean
) : Object
Parameters
- child
Specifies the control that is to be added.
- closeButton
If true, the close button is present; Otherwise false.
Return Value
Type: Object
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
USDStackPanel Class
USDStackPanel Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.