ContentControl::AddText Method (String^)

 

Adds a specified text string to a ContentControl.

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

protected:
virtual void AddText(
	String^ text
)

Parameters

text
Type: System::String^

The string to add.

.NET Framework
Available since 3.0
Return to top
Show: