C# Class Cocoa.ColorWell

Inheritance: Control
Show file Open project: mono/cocoa-sharp

Public Methods

Method Description
Activate ( bool aExclusive ) : void
ColorWell ( ) : System
ColorWell ( IntPtr native_object ) : System
ColorWell ( Rect frame ) : System
DragColor ( Color aColor, Event aEvent, View aView ) : bool

Method Details

Activate() public method

public Activate ( bool aExclusive ) : void
aExclusive bool
return void

ColorWell() public method

public ColorWell ( ) : System
return System

ColorWell() public method

public ColorWell ( IntPtr native_object ) : System
native_object System.IntPtr
return System

ColorWell() public method

public ColorWell ( Rect frame ) : System
frame Rect
return System

DragColor() public method

public DragColor ( Color aColor, Event aEvent, View aView ) : bool
aColor Color
aEvent Event
aView View
return bool