C# Class ClanceysLib.UIComboBox

Inheritance: UITextField
Show file Open project: Clancey/ClanceyLib Class Usage Examples

Public Properties

Property Type Description
ViewForPicker UIView

Public Methods

Method Description
HidePicker ( ) : void
LayoutSubviews ( ) : void
ShowPicker ( ) : void
UIComboBox ( RectangleF rect ) : System

Private Methods

Method Description
FadeInDidFinish ( ) : void
FadeOutDidFinish ( ) : void

Method Details

HidePicker() public method

public HidePicker ( ) : void
return void

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

ShowPicker() public method

public ShowPicker ( ) : void
return void

UIComboBox() public method

public UIComboBox ( RectangleF rect ) : System
rect System.Drawing.RectangleF
return System

Property Details

ViewForPicker public property

public UIView ViewForPicker
return UIView