USDFloatingToolPanel.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) |
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 whether the panel hasa close button or not.
Returns
Implements
Applies to
Add(Object, String, Boolean, Boolean)
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
- initializationXml
- String
- useToolbar
- Boolean
- closeButton
- Boolean