Masks for the appearance style bit field.
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum IKCellAppearanceStyleMask
<FlagsAttribute> _ Public Enumeration IKCellAppearanceStyleMask
[FlagsAttribute] public enum class IKCellAppearanceStyleMask

Member | Description |
---|---|
IKCellsStyleNone | No style. Available in Mac OS X v10.5 and later. |
IKCellsStyleShadowed | Cells use shadows. Available in Mac OS X v10.5 and later. |
IKCellsStyleOutlined | Cells are outlined. Available in Mac OS X v10.5 and later. |
IKCellsStyleTitled | Cells display a title. Available in Mac OS X v10.5 and later. |
IKCellsStyleSubtitled | Cells display a subtitle. Available in Mac OS X v10.5 and later. |

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