C# Class FarsiLibrary.Win.BaseClasses.BaseStyledControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: HEskandari/FarsiLibrary Class Usage Examples

Private Properties

Свойство Type Description
OnInternalManagerThemeChanged void

Méthodes publiques

Méthode Description
BaseStyledControl ( ) : System

Creates a new instance of BaseStyledControl class.

BeginUpdate ( ) : void

Locks the control for update.

CancelUpdate ( ) : void

Cancels all previous locks on the control. Does NOT repaint the control.

EndUpdate ( ) : void

Removes a update lock from control.

Repaint ( ) : void

Invalidate and repaints the control if it is not in lock mode.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnHandleCreated ( EventArgs e ) : void
OnSystemColorsChanged ( EventArgs e ) : void
OnThemeChanged ( EventArgs e ) : void

Private Methods

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

Method Details

BaseStyledControl() public méthode

Creates a new instance of BaseStyledControl class.
public BaseStyledControl ( ) : System
Résultat System

BeginUpdate() public méthode

Locks the control for update.
public BeginUpdate ( ) : void
Résultat void

CancelUpdate() public méthode

Cancels all previous locks on the control. Does NOT repaint the control.
public CancelUpdate ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndUpdate() public méthode

Removes a update lock from control.
public EndUpdate ( ) : void
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSystemColorsChanged() protected méthode

protected OnSystemColorsChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnThemeChanged() protected méthode

protected OnThemeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

Repaint() public méthode

Invalidate and repaints the control if it is not in lock mode.
public Repaint ( ) : void
Résultat void