C# Class Praeclarum.UI.TextInputController

Inheritance: UITableViewController
Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Méthode Description
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
HandleCancel ( object sender, EventArgs e ) : void
PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
TextInputController ( ) : System
ValidateAndNotify ( ) : Task

Private Methods

Méthode Description
HandleDone ( object sender, EventArgs e ) : void

Method Details

GetSupportedInterfaceOrientations() public méthode

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
Résultat UIInterfaceOrientationMask

HandleCancel() public méthode

public HandleCancel ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

PreferredInterfaceOrientationForPresentation() public méthode

public PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation
Résultat UIInterfaceOrientation

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

TextInputController() public méthode

public TextInputController ( ) : System
Résultat System

ValidateAndNotify() public méthode

public ValidateAndNotify ( ) : Task
Résultat Task