TextCompositionManager::UpdateComposition Method (TextComposition^)
.NET Framework (current version)
Updates a specified text composition.
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::Booleantrue if the text composition was successfully updated; otherwise, false.
.NET Framework
Available since 3.0
Available since 3.0
Show: