USDPopupPanel.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Add(Object, Boolean) |
Adds an object to the panel. |
Add(Object, String, Boolean, Boolean) |
Adds an object to the panel. |
Add(Object, Boolean)
Adds an object to the panel.
public:
virtual System::Object ^ Add(System::Object ^ child, bool closeButton);
public object Add (object child, bool closeButton);
abstract member Add : obj * bool -> obj
override this.Add : obj * bool -> obj
Public Function Add (child As Object, closeButton As Boolean) As Object
Parameters
- child
- Object
Specifies the object to add.
- closeButton
- Boolean
Specifies the close button.
Returns
Implements
Applies to
Add(Object, String, Boolean, Boolean)
Adds an object to the panel.
public:
virtual System::Object ^ Add(System::Object ^ child, System::String ^ initializationXml, bool useToolbar, bool closeButton);
public object Add (object child, string initializationXml, bool useToolbar, bool closeButton);
abstract member Add : obj * string * bool * bool -> obj
override this.Add : obj * string * bool * bool -> obj
Public Function Add (child As Object, initializationXml As String, useToolbar As Boolean, closeButton As Boolean) As Object
Parameters
- child
- Object
Specifies the object to add.
- initializationXml
- String
Specifies the initialization xml.
- useToolbar
- Boolean
Specifies whether the panel uses a toolbar.
- closeButton
- Boolean
Specifies whether the close button is present.
Returns
Returns Object.