MonobjcMonobjc Documented Class Library
NSControlSize Enumeration
NamespacesMonobjc.AppKitNSControlSize

These constants specify a cell’s size. These constants are used by controlSize and setControlSize:.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSControlSize
Public Enumeration NSControlSize
public enum class NSControlSize
Members
MemberDescription
NSRegularControlSize

The control is sized as regular.

Available in Mac OS X v10.0 and later.


NSSmallControlSize

The control has a smaller size.

This constant is for controls that cannot be resized in one direction, such as push buttons, radio buttons, checkboxes, sliders, scroll bars, pop-up buttons, tabs, and progress indicators. You should use a small system font with a small control.

Available in Mac OS X v10.0 and later.


NSMiniControlSize

The control has a smaller size than NSSmallControlSize.

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)