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

 

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

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

public:
[SecurityCriticalAttribute]
TextComposition(
	InputManager^ inputManager,
	IInputElement^ source,
	String^ resultText,
	TextCompositionAutoComplete autoComplete
)

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.

autoComplete
Type: System.Windows.Input::TextCompositionAutoComplete

A member of the TextCompositionAutoComplete enumerations specifying desired auto-complete behavior for this text composition.

.NET Framework
Available since 3.0
Return to top
Show: