C# 클래스 Praeclarum.UI.TextInputController

상속: UITableViewController
파일 보기 프로젝트 열기: praeclarum/Praeclarum 1 사용 예제들

공개 메소드들

메소드 설명
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