C# Класс Praeclarum.UI.TextInputController

Наследование: UITableViewController
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
HandleCancel ( object sender, EventArgs e ) : void
PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
TextInputController ( ) : System
ValidateAndNotify ( ) : Task

Приватные методы

Метод Описание
HandleDone ( object sender, EventArgs e ) : void

Описание методов

GetSupportedInterfaceOrientations() публичный Метод

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
Результат UIInterfaceOrientationMask

HandleCancel() публичный Метод

public HandleCancel ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

PreferredInterfaceOrientationForPresentation() публичный Метод

public PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation
Результат UIInterfaceOrientation

ShouldAutorotateToInterfaceOrientation() публичный Метод

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Результат bool

TextInputController() публичный Метод

public TextInputController ( ) : System
Результат System

ValidateAndNotify() публичный Метод

public ValidateAndNotify ( ) : Task
Результат Task