CoreTextServicesManager.CreateEditContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a context object used by a text input control to communicate with the text input server. Each text input control must create its own context object.
public:
virtual CoreTextEditContext ^ CreateEditContext() = CreateEditContext;
CoreTextEditContext CreateEditContext();
public CoreTextEditContext CreateEditContext();
function createEditContext()
Public Function CreateEditContext () As CoreTextEditContext
Returns
A CoreTextEditContext instance, which is the primary object used for communicating with the text input server.