C# Class XamlForIphone.UITabBar

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

Private Properties

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

Méthodes publiques

Méthode Description
BeginCustomizingItems ( MonoTouch items ) : void
EndCustomizingAnimated ( System animated ) : System.Boolean
SetItems ( MonoTouch items, System animated ) : void

Méthodes protégées

Méthode Description
CreateHandle ( ) : void

Private Methods

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

Method Details

BeginCustomizingItems() public méthode

public BeginCustomizingItems ( MonoTouch items ) : void
items MonoTouch
Résultat void

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

EndCustomizingAnimated() public méthode

public EndCustomizingAnimated ( System animated ) : System.Boolean
animated System
Résultat System.Boolean

SetItems() public méthode

public SetItems ( MonoTouch items, System animated ) : void
items MonoTouch
animated System
Résultat void