Microsoft SDK for Java

TextFormat.NOPREFIX

Specifies that prefixes should be turned off.

Syntax

public static final int NOPREFIX;

Remarks

Use of this constant indicates that prefix characters should not be processed in text formatting. Prefix characters are mnemonic characters that begin with an ampersand (&). Typically, Windows omits the ampersand when drawing the text and underscores the character that follows the ampersand.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.