CoreTextServicesConstants CoreTextServicesConstants CoreTextServicesConstants CoreTextServicesConstants Class

Definition

Provides constant values for use with the Windows core text APIs and the text input server.

public : static class CoreTextServicesConstantspublic static class CoreTextServicesConstantsPublic Static Class CoreTextServicesConstants// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Use the static members of this type by qualifying with the typename.

Properties

HiddenCharacter HiddenCharacter HiddenCharacter HiddenCharacter

Gets a value to use to replace hidden data inside a text stream before returning the text to the text input server.

public : static char HiddenCharacter { get; }public static char HiddenCharacter { get; }Public Static ReadOnly Property HiddenCharacter As char// You can use this property in JavaScript.
Value
char char char char

A value to use to replace hidden data inside a text stream. The Unicode code point is 0xF8FD.