C# Class Treefrog.Windows.Controls.AlignmentControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode Description
AlignmentControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAlignmentChanged ( EventArgs e ) : void

Private Methods

Méthode Description
GetImageBottom ( ) : Image
GetImageBottomLeft ( ) : Image
GetImageBottomRight ( ) : Image
GetImageLeft ( ) : Image
GetImageRight ( ) : Image
GetImageTop ( ) : Image
GetImageTopLeft ( ) : Image
GetImageTopRight ( ) : Image
InitializeComponent ( ) : void

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

RefreshAlignment ( ) : void
ResetButtons ( ) : void
SetAlignmentBottom ( ) : void
SetAlignmentBottomLeft ( ) : void
SetAlignmentBottomRight ( ) : void
SetAlignmentCenter ( ) : void
SetAlignmentLeft ( ) : void
SetAlignmentNone ( ) : void
SetAlignmentRight ( ) : void
SetAlignmentTop ( ) : void
SetAlignmentTopLeft ( ) : void
SetAlignmentTopRight ( ) : void
_buttonAlignBottomLeft_Click ( object sender, EventArgs e ) : void
_buttonAlignBottomRight_Click ( object sender, EventArgs e ) : void
_buttonAlignBottom_Click ( object sender, EventArgs e ) : void
_buttonAlignCenter_Click ( object sender, EventArgs e ) : void
_buttonAlignLeft_Click ( object sender, EventArgs e ) : void
_buttonAlignRight_Click ( object sender, EventArgs e ) : void
_buttonAlignTopLeft_Click ( object sender, EventArgs e ) : void
_buttonAlignTopRight_Click ( object sender, EventArgs e ) : void
_buttonAlignTop_Click ( object sender, EventArgs e ) : void

Method Details

AlignmentControl() public méthode

public AlignmentControl ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnAlignmentChanged() protected méthode

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