MonobjcMonobjc Documented Class Library
NSUsableScrollerParts Enumeration
NamespacesMonobjc.AppKitNSUsableScrollerParts

These constants specify which parts of the scroller are visible.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSUsableScrollerParts
Public Enumeration NSUsableScrollerParts
public enum class NSUsableScrollerParts
Members
MemberDescription
NSNoScrollerParts

Scroller has neither a knob nor scroll buttons, only the knob slot.

Available in Mac OS X v10.0 and later.


NSOnlyScrollerArrows

Scroller has only scroll buttons, no knob.

Available in Mac OS X v10.0 and later.


NSAllScrollerParts

Scroller has at least a knob, possibly also scroll buttons.

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