FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
Main Page
Related Pages
Classes
Files
File List
File Members
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
21
@interface
NSControl (Properties)
22
26
@property
(nonatomic, assign, getter=isEnabled, setter=setEnabled:) BOOL
enabled
;
27
28
@end
NSControl(Properties)
NSControl missing properties.
Definition:
NSControl.h:21
NSControl(Properties)::enabled
BOOL enabled
The value of enabled.
Definition:
NSControl.h:26
CocoaExtension
NSControl.h
Generated by
1.8.7