C# Class Microsoft.AzureCat.Samples.DeviceSimulator.Grouper

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: paolosalvatori/servicefabriceventhubdemo

Private Properties

Свойство Type Description
GroupBox_Resize void
InitializeGroupBox void
InitializeStyles void
PaintBack void
PaintGroupText void

Méthodes publiques

Méthode Description
Grouper ( ) : System

This method will construct a new GroupBox control.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

This method will dispose of the GroupBox control.

OnPaint ( PaintEventArgs e ) : void

Overrides the OnPaint method to paint control.

Private Methods

Méthode Description
GroupBox_Resize ( object sender, EventArgs e ) : void

This method fires when the GroupBox resize event occurs.

InitializeGroupBox ( ) : void

This method will initialize the GroupBox control.

InitializeStyles ( ) : void

This method will initialize the controls custom styles.

PaintBack ( Graphics g ) : void

This method will paint the control.

PaintGroupText ( Graphics g ) : void

This method will paint the group title.

Method Details

Dispose() protected méthode

This method will dispose of the GroupBox control.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Grouper() public méthode

This method will construct a new GroupBox control.
public Grouper ( ) : System
Résultat System

OnPaint() protected méthode

Overrides the OnPaint method to paint control.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs The paint event arguments.
Résultat void