MonobjcMonobjc Documented Class Library
NSFontPanelModeMask Enumeration
NamespacesMonobjc.AppKitNSFontPanelModeMask

The following constants correspond to the available font panel mode masks returned by validModesForFontPanel:.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
[FlagsAttribute]
public enum NSFontPanelModeMask
<FlagsAttribute> _
Public Enumeration NSFontPanelModeMask
[FlagsAttribute]
public enum class NSFontPanelModeMask
Members
MemberDescription
NSFontPanelFaceModeMask

Display the typeface column.

Available in Mac OS X v10.3 and later.


NSFontPanelSizeModeMask

Display the font size column.

Available in Mac OS X v10.3 and later.


NSFontPanelCollectionModeMask

Display the font collections column.

Available in Mac OS X v10.3 and later.


NSFontPanelUnderlineEffectModeMask

Display the underline popup menu.

Available in Mac OS X v10.4 and later.


NSFontPanelStrikethroughEffectModeMask

Display the strike-through popup menu.

Available in Mac OS X v10.4 and later.


NSFontPanelTextColorEffectModeMask

Display the text color button.

Available in Mac OS X v10.4 and later.


NSFontPanelDocumentColorEffectModeMask

Display the document color button.

Available in Mac OS X v10.4 and later.


NSFontPanelShadowEffectModeMask

Display the shadow effects button.

Available in Mac OS X v10.4 and later.


NSFontPanelAllEffectsModeMask

Display all the effects user interface items.

Available in Mac OS X v10.4 and later.


NSFontPanelStandardModesMask

Display the standard default font panel—that is, including the collections, typeface, and size columns.

Available in Mac OS X v10.3 and later.


NSFontPanelAllModesMask

Display all the available adornments.

Available in Mac OS X v10.3 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)