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