C# Class System.Windows.Forms.MonthCalendar

Inheritance: Control
Afficher le fichier Open project: Meragon/Unity-WinForms Class Usage Examples

Méthodes publiques

Méthode Description
MonthCalendar ( ) : System
Refresh ( ) : void
SetDate ( System.DateTime date ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Method Details

MonthCalendar() public méthode

public MonthCalendar ( ) : System
Résultat System

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SetDate() public méthode

public SetDate ( System.DateTime date ) : void
date System.DateTime
Résultat void