C# Class Cocoa.Control

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

Private Properties

Property Type Description

Public Methods

Method Description
Control ( ) : System
Control ( IntPtr native_object ) : System
Control ( Rect frame ) : System

Method Details

Control() public method

public Control ( ) : System
return System

Control() public method

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

Control() public method

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