NSControl
NSButton
![]() | Constructor that constructor button from string and clickHandler. |
![]() | An alternate image that appears on the button when the button is in an on state. |
![]() | Sets or gets image for the button. |
![]() | A Boolean value that determines how the button’s image and title are positioned together within the button bezel. |
![]() | he position of the button’s image relative to its title. |
![]() | If set to true then the button will show blue highlighted. (Or whichever color your theme has chosen for such) |
![]() | Sets or gets state of a button for button types that support states. |
![]() | Enables or disables the control. |
![]() | Sets or gets the text value of the receiver’s cell. |
![]() | Returns Integer handle to the native NSObject structure. |
![]() | Constructs NSButton object from Integer handle coming from declares or 3rd party plugin. |
![]() | Releases the NSObject. |
![]() | Retains the NSObject |
![]() | Sets the type of the button defined by the ButtonTypeValues enum. |
![]() | Delegate that defines click handler for NSButton. |
![]() | Enum for button states. |
![]() | Enum for button types. Note: Not all button types are made for supporting Touch Bars. |