TextCompositionEventArgs::Text Property

 

Gets input text associated with a TextComposition event.

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

public:
property String^ Text {
	String^ get();
}

Property Value

Type: System::String^

A string containing the input text associated with this event.

.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: