C# 클래스 MonoMobile.Dialog.MessageSummaryView

상속: UIView
파일 보기 프로젝트 열기: moljac/MonoMobile.Dialog 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( RectangleF rect ) : void
Update ( string sender, string body, string subject, System.DateTime date, bool newFlag, int messageCount ) : void

비공개 메소드들

메소드 설명
MessageSummaryView ( ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

Update() 공개 메소드

public Update ( string sender, string body, string subject, System.DateTime date, bool newFlag, int messageCount ) : void
sender string
body string
subject string
date System.DateTime
newFlag bool
messageCount int
리턴 void