USDTabBasePanel.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 a control to the panel. |
Add(Object, String, Boolean, Boolean) |
Adds a control to the panel. |
Add(Object, Boolean)
Adds a control 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 control to add.
- closeButton
- Boolean
Specifies if the panel should have a close button.
Returns
Implements
Applies to
Add(Object, String, Boolean, Boolean)
Adds a control 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 control to be added.
- initializationXml
- String
Specifies the initialization XML.
- useToolbar
- Boolean
Specifies whether the panel has a toolbar.
- closeButton
- Boolean
Specifies whether the panel has a close button.