C# Class Nintenlord.GBA_Graphics_Editor.Forms.ToolForm

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

Protected Properties

Property Type Description
toolStripIndex int
toolStripName string
toolStripShortCutKey Keys

Public Methods

Method Description
SetUpdateEvents ( EventHandler updateEvents ) : void
ToolForm ( ) : System

Protected Methods

Method 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

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

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

OnFormClosing() protected method

protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs
return void

OnMove() protected method

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

OnVisibleChanged() protected method

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

SetUpdateEvents() public method

public SetUpdateEvents ( EventHandler updateEvents ) : void
updateEvents EventHandler
return void

ToolForm() public method

public ToolForm ( ) : System
return System

Property Details

toolStripIndex protected_oe property

protected int toolStripIndex
return int

toolStripName protected_oe property

protected string toolStripName
return string

toolStripShortCutKey protected_oe property

protected Keys toolStripShortCutKey
return Keys