C# Class Rsdn.LocUtil.PaneCaption

Exibir arquivo Open project: rsdn/janus

Private Properties

Property Type Description
CreateGradientBrushes void
CustomInitializeComponent void
DrawCaption void
InitializeComponent void

Public Methods

Method Description
PaneCaption ( ) : System

Protected Methods

Method 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

Method 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 method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
return void

PaneCaption() public method

public PaneCaption ( ) : System
return System