C# Class XamlForIphone.UIAlertView

Inheritance: UIElement
Show file Open project: Clancey/XamlForIphone

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

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

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

AddButton() public method

public AddButton ( System title ) : Int32
title System
return System.Int32

ButtonTitle() public method

public ButtonTitle ( System index ) : System.String
index System
return System.String

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

DismissWithClickedButtonIndex() public method

public DismissWithClickedButtonIndex ( System index, System animated ) : void
index System
animated System
return void

Show() public method

public Show ( ) : void
return void