TextComposition::SystemText Property

 

Gets or sets the system 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^ SystemText {
	String^ get();
	protected: void set(String^ value);
}

Property Value

Type: System::String^

A string containing the system text for this text composition.

.NET Framework
Available since 3.0
Return to top
Show: