C# Class iOSHelpers.SimpleButton

Inheritance: UIButton
Show file Open project: Clancey/iOSHelpers Class Usage Examples

Public Methods

Method Description
SimpleButton ( ) : System
SimpleButton ( Foundation coder ) : System
SimpleButton ( IntPtr handle ) : System
init ( ) : void

Method Details

SimpleButton() public method

public SimpleButton ( ) : System
return System

SimpleButton() public method

public SimpleButton ( Foundation coder ) : System
coder Foundation
return System

SimpleButton() public method

public SimpleButton ( IntPtr handle ) : System
handle System.IntPtr
return System

init() public method

public init ( ) : void
return void