TextCompositionEventArgs::ControlText Property

 

Gets control text associated with a TextComposition event.

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

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

Property Value

Type: System::String^

A string containing any control text associated with this event.

.NET Framework
Available since 3.0
Return to top
Show: