C# Class MonoMobile.Dialog.MessageSummaryView

Inheritance: UIView
Afficher le fichier Open project: moljac/MonoMobile.Dialog Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( RectangleF rect ) : void
Update ( string sender, string body, string subject, System.DateTime date, bool newFlag, int messageCount ) : void

Private Methods

Méthode Description
MessageSummaryView ( ) : System

Method Details

Draw() public méthode

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
Résultat void

Update() public méthode

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
Résultat void