C# Class TpTrayUtility.Components.TpForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility

Méthodes publiques

Свойство Type Description
BorderSize int
HeaderHeight int

Protected Properties

Свойство Type Description
closeButton TpCloseButton

Méthodes publiques

Méthode Description
TpForm ( ) : System

Méthodes protégées

Méthode Description
DrawShadowedPoint ( int x, int y, Graphics g ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Private Methods

Méthode Description
Form1_MouseDown ( object sender, MouseEventArgs e ) : void
Form1_MouseMove ( object sender, MouseEventArgs e ) : void
Form1_MouseUp ( object sender, MouseEventArgs e ) : void
TpForm_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
closeButton_Click ( object sender, EventArgs e ) : void
resizeButton_Click ( object sender, EventArgs e ) : void

Method Details

DrawShadowedPoint() protected méthode

protected DrawShadowedPoint ( int x, int y, Graphics g ) : void
x int
y int
g System.Drawing.Graphics
Résultat void

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

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

OnResize() protected méthode

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

OnSizeChanged() protected méthode

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

TpForm() public méthode

public TpForm ( ) : System
Résultat System

Property Details

BorderSize public_oe static_oe property

public static int BorderSize
Résultat int

HeaderHeight public_oe static_oe property

public static int HeaderHeight
Résultat int

closeButton protected_oe property

protected TpCloseButton,TpTrayUtility.Components closeButton
Résultat TpCloseButton