C# Class Smartmobili.Cocoa.NSSegmentItem

Inheritance: NSObject
Mostra file Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_enabled bool
_frame NSRect
_image NSImage
_label NSString
_menu NSMenu
_selected bool
_tag int
_tool_tip NSString
_width float

Private Properties

Property Type Description

Public Methods

Method Description
Alloc ( ) : NSSegmentItem
EncodeWithCoder ( NSCoder aCoder ) : void
Init ( ) : id
InitWithCoder ( NSCoder aDecoder ) : id

Method Details

Alloc() public static method

public static Alloc ( ) : NSSegmentItem
return NSSegmentItem

EncodeWithCoder() public method

public EncodeWithCoder ( NSCoder aCoder ) : void
aCoder NSCoder
return void

Init() public method

public Init ( ) : id
return id

InitWithCoder() public method

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

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_enabled protected_oe property

protected bool _enabled
return bool

_frame protected_oe property

protected NSRect,Smartmobili.Cocoa _frame
return NSRect

_image protected_oe property

protected NSImage,Smartmobili.Cocoa _image
return NSImage

_label protected_oe property

protected NSString _label
return NSString

_menu protected_oe property

protected NSMenu,Smartmobili.Cocoa _menu
return NSMenu

_selected protected_oe property

protected bool _selected
return bool

_tag protected_oe property

protected int _tag
return int

_tool_tip protected_oe property

protected NSString _tool_tip
return NSString

_width protected_oe property

protected float _width
return float