USDPopupPanel.Add Method (Object, String, Boolean, Boolean)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Adds an object to the panel.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Syntax
public object Add(
object child,
string initializationXml,
bool useToolbar,
bool closeButton
)
Public Function Add (
child As Object,
initializationXml As String,
useToolbar As Boolean,
closeButton As Boolean
) As Object
Parameters
child
Type: System.ObjectSpecifies the object to add.
initializationXml
Type: System.StringSpecifies the initialization xml.
useToolbar
Type: System.BooleanSpecifies whether the panel uses a toolbar.
closeButton
Type: System.BooleanSpecifies whether the close button is present.
Return Value
Type: System.Object
Returns Object.
Implements
IPanel.Add(Object, String, Boolean, Boolean)
See Also
Add Overload
USDPopupPanel Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright