TextBox::IAddChild::AddChild Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Throws an exception in all cases.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- value
-
Type:
System::Object^
An object to add as a child.
Implements
IAddChild::AddChild(Object^)| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
| InvalidOperationException | In all other cases. |
.NET Framework
Available since 3.0
Available since 3.0
Show: