System.Windows.Forms.TextFormatFlags.NoPrefix Field

Turns off processing of prefix characters. Typically, the ampersand (&) mnemonic-prefix character is interpreted as a directive to underscore the character that follows, and the double-ampersand (&&) mnemonic-prefix characters as a directive to print a single ampersand. By specifying TextFormatFlags.NoPrefix, this processing is turned off. For example, an input string of "A&bc&&d" with TextFormatFlags.NoPrefix applied would result in output of "A&bc&&d".

Syntax

TextFormatFlags NoPrefix

Remarks

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0