C# Class XamlForIphone.UIAlertView

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

Private Properties

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

Méthodes publiques

Méthode Description
AddButton ( System title ) : Int32
ButtonTitle ( System index ) : System.String
DismissWithClickedButtonIndex ( System index, System animated ) : void
Show ( ) : void

Méthodes protégées

Méthode Description
CreateHandle ( ) : void

Private Methods

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

Method Details

AddButton() public méthode

public AddButton ( System title ) : Int32
title System
Résultat System.Int32

ButtonTitle() public méthode

public ButtonTitle ( System index ) : System.String
index System
Résultat System.String

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

DismissWithClickedButtonIndex() public méthode

public DismissWithClickedButtonIndex ( System index, System animated ) : void
index System
animated System
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void