InlineCollection::Add Method (UIElement^)

 

Adds an implicit InlineUIContainer with the supplied UIElement already in it.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
void Add(
	UIElement^ uiElement
)

Parameters

uiElement
Type: System.Windows::UIElement^

UIElement set as the Child property for the implicit InlineUIContainer.

.NET Framework
Available since 3.0
Return to top
Show: