Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides additional marker options for modifying the font used to display text appearance.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration FONTFLAGS
[FlagsAttribute]
public enum FONTFLAGS
[FlagsAttribute]
public enum class FONTFLAGS
[<FlagsAttribute>]
type FONTFLAGS
public enum FONTFLAGS
Members
| Member name | Description | |
|---|---|---|
| FF_DEFAULT | Plain text. Marker does not modify text appearance in terms of bold or strikethrough options. | |
| FF_BOLD | Bold text. | |
| FF_STRIKETHROUGH | Strikethrough text. |
Remarks
COM Signature
From textmgr.idl: