TextComposition Constructor (InputManager^, IInputElement^, String^)

 

Initializes a new instance of the TextComposition class, taking a specified InputManager, source element, and composition text as initial values for the new instance.

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

public:
TextComposition(
	InputManager^ inputManager,
	IInputElement^ source,
	String^ resultText
)

Parameters

inputManager
Type: System.Windows.Input::InputManager^

An input manager to associate with this text composition.

source
Type: System.Windows::IInputElement^

A source element for this text composition. The object underlying the source element must implement the IInputElement interface.

resultText
Type: System::String^

A string containing the initial text for the composition. This parameter will become the value of the Text property in the new class instance.

If this constructor is used to create a new instance of TextComposition, the new instance will have AutoComplete set to On.

.NET Framework
Available since 3.0
Return to top
Show: