TextCompositionManager::UpdateComposition Method (TextComposition^)

 

Updates a specified text composition.

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

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

Parameters

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

A TextComposition object to update.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 3.0
Return to top
Show: