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
Afficher le fichier Open project: eugeniomiro/Terrarium

Protected Properties

Свойство Type Description
_bottomPanel Terrarium.Glass.GlassPanel
_titleBar GlassTitleBar

Méthodes publiques

Méthode Description
TerrariumForm ( ) : System

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
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

OnPaint() protected méthode

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

OnResize() protected méthode

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

TerrariumForm() public méthode

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

Property Details

_bottomPanel protected_oe property

BottomPanel backing store
protected GlassPanel,Terrarium.Glass _bottomPanel
Résultat Terrarium.Glass.GlassPanel

_titleBar protected_oe property

TitleBar backing store
protected GlassTitleBar,Terrarium.Forms _titleBar
Résultat GlassTitleBar