C# Class MonoTouch.Dialog.WebElement.WebViewController

Inheritance: UIViewController
显示文件 Open project: escoz/MonoMobile.Forms

Public Methods

Method Description
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillDisappear ( bool animated ) : void
WebViewController ( WebElement container ) : System

Method Details

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void

WebViewController() public method

public WebViewController ( WebElement container ) : System
container WebElement
return System