MonobjcMonobjc Documented Class Library
NSToolbarSizeMode Enumeration
NamespacesMonobjc.AppKitNSToolbarSizeMode

These constants specify toolbar display modes and are used by sizeMode and setSizeMode:.

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSToolbarSizeMode
Public Enumeration NSToolbarSizeMode
public enum class NSToolbarSizeMode
Members
MemberDescription
NSToolbarSizeModeDefault

The toolbar uses the system-defined default size, which is NSToolbarSizeModeRegular.

Available in Mac OS X v10.2 and later.


NSToolbarSizeModeRegular

The toolbar uses regular-sized controls and 32 by 32 pixel icons.

Available in Mac OS X v10.2 and later.


NSToolbarSizeModeSmall

The toolbar uses small-sized controls and 24 by 24 pixel icons.

Available in Mac OS X v10.2 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)