FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSControl.h
Go to the documentation of this file.
1 //
2 // NSControl.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 13. 4. 24..
6 // Copyright (c) 2013 youknowone.org. All rights reserved.
7 //
8 
15 #import <Cocoa/Cocoa.h>
16 
22 
26 @property(nonatomic, assign, getter=isEnabled, setter=setEnabled:) BOOL enabled;
27 
28 @end
NSControl missing properties.
Definition: NSControl.h:21
BOOL enabled
The value of enabled.
Definition: NSControl.h:26