Frame::AddText Method (String^)

 

Adds the text content of a node to the object.

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

protected:
virtual void AddText(
	String^ text
) override

Parameters

text
Type: System::String^

The text to add to the object.

This method is overridden to prevent Frame from adding text.

.NET Framework
Available since 3.0
Return to top
Show: