C# Class Rsdn.LocUtil.PaneCaption

Afficher le fichier Open project: rsdn/janus

Private Properties

Свойство Type Description
CreateGradientBrushes void
CustomInitializeComponent void
DrawCaption void
InitializeComponent void

Méthodes publiques

Méthode Description
PaneCaption ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnMouseDown ( MouseEventArgs e ) : void

OnPaint ( PaintEventArgs e ) : void

OnSizeChanged ( EventArgs e ) : void

Private Methods

Méthode Description
CreateGradientBrushes ( ) : void
CustomInitializeComponent ( ) : void
DrawCaption ( Graphics g ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

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

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
Résultat void

PaneCaption() public méthode

public PaneCaption ( ) : System
Résultat System