MonobjcMonobjc Documented Class Library
NSDatePickerStyle Enumeration
NamespacesMonobjc.AppKitNSDatePickerStyle

The NSDatePickerStyle constants define the visual appearance of the NSDatePickerCell. These values are used by datePickerStyle and setDatePickerStyle:.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSDatePickerStyle
Public Enumeration NSDatePickerStyle
public enum class NSDatePickerStyle
Members
MemberDescription
NSTextFieldAndStepperDatePickerStyle

Provide a text field and stepper style interface.

Available in Mac OS X v10.4 and later.


NSClockAndCalendarDatePickerStyle

Provide a visual clock and calendar style interface.

Available in Mac OS X v10.4 and later.


NSTextFieldDatePickerStyle

Provide a text field interface.

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