C# Class Smartmobili.Cocoa.NSMenuItem

Inheritance: NSObject
Show file Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_action SEL
_changesState bool
_enabled bool
_image NSImage
_indentation char
_isAlternate bool
_keyEquivalent NSString
_keyEquivalentModifierMask uint
_menu NSMenu
_mixedStateImage NSImage
_mnemonicLocation uint
_offStateImage NSImage
_onStateImage NSImage
_representedObject id
_state int
_submenu NSMenu
_tag int
_target id
_title NSString
_toolTip NSString

Private Properties

Property Type Description

Public Methods

Method Description
InitWithCoder ( NSCoder aDecoder ) : id
NSMenuItem ( ) : System

Method Details

InitWithCoder() public method

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
return id

NSMenuItem() public method

public NSMenuItem ( ) : System
return System

Property Details

Class public static property

public static Class,Smartmobili.Cocoa Class
return Class

_action protected property

protected SEL,Smartmobili.Cocoa _action
return SEL

_changesState protected property

protected bool _changesState
return bool

_enabled protected property

protected bool _enabled
return bool

_image protected property

protected NSImage,Smartmobili.Cocoa _image
return NSImage

_indentation protected property

protected char _indentation
return char

_isAlternate protected property

protected bool _isAlternate
return bool

_keyEquivalent protected property

protected NSString _keyEquivalent
return NSString

_keyEquivalentModifierMask protected property

protected uint _keyEquivalentModifierMask
return uint

_menu protected property

protected NSMenu,Smartmobili.Cocoa _menu
return NSMenu

_mixedStateImage protected property

protected NSImage,Smartmobili.Cocoa _mixedStateImage
return NSImage

_mnemonicLocation protected property

protected uint _mnemonicLocation
return uint

_offStateImage protected property

protected NSImage,Smartmobili.Cocoa _offStateImage
return NSImage

_onStateImage protected property

protected NSImage,Smartmobili.Cocoa _onStateImage
return NSImage

_representedObject protected property

protected id,Smartmobili.Cocoa _representedObject
return id

_state protected property

protected int _state
return int

_submenu protected property

protected NSMenu,Smartmobili.Cocoa _submenu
return NSMenu

_tag protected property

protected int _tag
return int

_target protected property

protected id,Smartmobili.Cocoa _target
return id

_title protected property

protected NSString _title
return NSString

_toolTip protected property

protected NSString _toolTip
return NSString