C# Class Terrarium.Forms.TerrariumForm

Base Terrarium Form for use with Terrarium based dialogs. Controls painting of form borders, automatic set-up of a basic font, dragging functionality, and Terrarium style control boxes.
Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: eugeniomiro/Terrarium

Protected Properties

Property Type Description
_bottomPanel Terrarium.Glass.GlassPanel
_titleBar GlassTitleBar

Public Methods

Method Description
TerrariumForm ( ) : System

Creates a default TerrariumForm. The TerrariumForm should be extended and not created directly.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

OnResize ( EventArgs e ) : void

Private Methods

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

OnPaint() protected method

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

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

TerrariumForm() public method

Creates a default TerrariumForm. The TerrariumForm should be extended and not created directly.
public TerrariumForm ( ) : System
return System

Property Details

_bottomPanel protected_oe property

BottomPanel backing store
protected GlassPanel,Terrarium.Glass _bottomPanel
return Terrarium.Glass.GlassPanel

_titleBar protected_oe property

TitleBar backing store
protected GlassTitleBar,Terrarium.Forms _titleBar
return GlassTitleBar