C# Class XamlForIphone.UIPickerView

Inheritance: UIElement
Afficher le fichier Open project: Clancey/XamlForIphone

Private Properties

Свойство Type Description
ArrangeInternal void
setupEvents void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateHandle ( ) : void

Private Methods

Méthode Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

ReloadAllComponents() public méthode

public ReloadAllComponents ( ) : void
Résultat void

ReloadComponent() public méthode

public ReloadComponent ( System component ) : void
component System
Résultat void

RowSizeForComponent() public méthode

public RowSizeForComponent ( System component ) : SizeF
component System
Résultat System.Drawing.SizeF

RowsInComponent() public méthode

public RowsInComponent ( System component ) : Int32
component System
Résultat System.Int32

Select() public méthode

public Select ( System row, System component, System animated ) : void
row System
component System
animated System
Résultat void

SelectedRowInComponent() public méthode

public SelectedRowInComponent ( System component ) : Int32
component System
Résultat System.Int32

ViewFor() public méthode

public ViewFor ( System row, System component ) : MonoTouch.UIKit.UIView
row System
component System
Résultat MonoTouch.UIKit.UIView