C# Class XamlForIphone.UIPickerView

Inheritance: UIElement
显示文件 Open project: Clancey/XamlForIphone

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
ReloadAllComponents ( ) : void
ReloadComponent ( System component ) : void
RowSizeForComponent ( System component ) : SizeF
RowsInComponent ( System component ) : Int32
Select ( System row, System component, System animated ) : void
SelectedRowInComponent ( System component ) : Int32
ViewFor ( System row, System component ) : MonoTouch.UIKit.UIView

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

ReloadAllComponents() public method

public ReloadAllComponents ( ) : void
return void

ReloadComponent() public method

public ReloadComponent ( System component ) : void
component System
return void

RowSizeForComponent() public method

public RowSizeForComponent ( System component ) : SizeF
component System
return System.Drawing.SizeF

RowsInComponent() public method

public RowsInComponent ( System component ) : Int32
component System
return System.Int32

Select() public method

public Select ( System row, System component, System animated ) : void
row System
component System
animated System
return void

SelectedRowInComponent() public method

public SelectedRowInComponent ( System component ) : Int32
component System
return System.Int32

ViewFor() public method

public ViewFor ( System row, System component ) : MonoTouch.UIKit.UIView
row System
component System
return MonoTouch.UIKit.UIView