ContentControl.AddText(String) Method

Definition

Adds a specified text string to a ContentControl.

protected:
 virtual void AddText(System::String ^ text);
protected virtual void AddText (string text);
abstract member AddText : string -> unit
override this.AddText : string -> unit
Protected Overridable Sub AddText (text As String)

Parameters

text
String

The string to add.

Applies to