CoreTextServicesConstants.HiddenCharacter Property
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.
Gets a value to use to replace hidden data inside a text stream before returning the text to the text input server.
public:
static property char16 HiddenCharacter { char16 get(); };
static char16_t HiddenCharacter();
public static char HiddenCharacter { get; }
var char = CoreTextServicesConstants.hiddenCharacter;
Public Shared ReadOnly Property HiddenCharacter As Char
Property Value
A value to use to replace hidden data inside a text stream. The Unicode code point is 0xF8FD.