TextCompositionManager::StartComposition Method (TextComposition^)

 

Starts a specified text composition.

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

public:
[SecurityCriticalAttribute]
[UIPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)]
static bool StartComposition(
	TextComposition^ composition
)

Parameters

composition
Type: System.Windows.Input::TextComposition^

A TextComposition object to start.

Return Value

Type: System::Boolean

true if the text composition was successfully started; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: