TextComposition::Text Property

 

Gets or sets the current text for this text composition.

This API is not CLS-compliant.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
[CLSCompliantAttribute(false)]
property String^ Text {
	String^ get();
	protected: void set(String^ value);
}

Property Value

Type: System::String^

A string containing the current text for this text composition.

.NET Framework
Available since 3.0
Return to top
Show: