C# 클래스 XamlForIphone.UIAlertView

상속: UIElement
파일 보기 프로젝트 열기: Clancey/XamlForIphone

Private Properties

프로퍼티 타입 설명
ArrangeInternal void
setupEvents void

공개 메소드들

메소드 설명
AddButton ( System title ) : Int32
ButtonTitle ( System index ) : System.String
DismissWithClickedButtonIndex ( System index, System animated ) : void
Show ( ) : void

보호된 메소드들

메소드 설명
CreateHandle ( ) : void

비공개 메소드들

메소드 설명
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

메소드 상세

AddButton() 공개 메소드

public AddButton ( System title ) : Int32
title System
리턴 System.Int32

ButtonTitle() 공개 메소드

public ButtonTitle ( System index ) : System.String
index System
리턴 System.String

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

DismissWithClickedButtonIndex() 공개 메소드

public DismissWithClickedButtonIndex ( System index, System animated ) : void
index System
animated System
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void