Partilhar via


USDPopupPanel.Add Method (Object, String, Boolean, Boolean)

Adds an object to the panel.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As USDPopupPanel
Dim child As Object
Dim initializationXml As String
Dim useToolbar As Boolean
Dim closeButton As Boolean
Dim returnValue As Object

returnValue = instance.Add(child, initializationXml, useToolbar, closeButton)

Syntax

'Declaration
Public Function Add ( _
    child As Object, _
    initializationXml As String, _
    useToolbar As Boolean, _
    closeButton As Boolean _
) As Object
public Object Add (
    Object child,
    string initializationXml,
    bool useToolbar,
    bool closeButton
)
public:
virtual Object^ Add (
    Object^ child, 
    String^ initializationXml, 
    bool useToolbar, 
    bool closeButton
) sealed
public final Object Add (
    Object child, 
    String initializationXml, 
    boolean useToolbar, 
    boolean closeButton
)
public final function Add (
    child : Object, 
    initializationXml : String, 
    useToolbar : boolean, 
    closeButton : boolean
) : Object

Parameters

  • child
    Specifies the object to add.
  • initializationXml
    Specifies the initialization xml.
  • useToolbar
    Specifies whether the panel uses a toolbar.
  • closeButton
    Specifies whether the close button is present.

Return Value

Returns 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

USDPopupPanel Class
USDPopupPanel Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace

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