C# Class Nintenlord.GBA_Graphics_Editor.Forms.ToolForm

Can't be abstract due to Form designer.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Protected Properties

Свойство Type Description
toolStripIndex int
toolStripName string
toolStripShortCutKey Keys

Méthodes publiques

Méthode Description
SetUpdateEvents ( EventHandler updateEvents ) : void
ToolForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void
OnMove ( EventArgs e ) : void
OnVisibleChanged ( 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.

isWithinSnapDistance ( Form form ) : DockStyle

Method Details

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

OnFormClosing() protected méthode

protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs
Résultat void

OnMove() protected méthode

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

OnVisibleChanged() protected méthode

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

SetUpdateEvents() public méthode

public SetUpdateEvents ( EventHandler updateEvents ) : void
updateEvents EventHandler
Résultat void

ToolForm() public méthode

public ToolForm ( ) : System
Résultat System

Property Details

toolStripIndex protected_oe property

protected int toolStripIndex
Résultat int

toolStripName protected_oe property

protected string toolStripName
Résultat string

toolStripShortCutKey protected_oe property

protected Keys toolStripShortCutKey
Résultat Keys