System.Windows.Forms.TextFormatFlags.HidePrefix Field

Applies to Windows 2000 and Windows XP only:

Syntax

TextFormatFlags HidePrefix

Remarks

Ignores the ampersand (&) prefix character in the text. The letter that follows will not be underlined, but other mnemonic-prefix characters are still processed. For example, an input string of "A&bc&&d" with TextFormatFlags.HidePrefix applied would result in output of "Abc&d".

Compare with TextFormatFlags.NoPrefix and TextFormatFlags.PrefixOnly.

Requirements

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