C# Class SANTA.UI.SelectBox

An image box for indicating the location of bullet holes.
Inheritance: ZPImageBox
Datei anzeigen Open project: siegleal/iSanta

Public Methods

Method Description
HolesChanged ( EventArgs e ) : void

Call the events when the hole count changes

SelectBox ( ) : System

Construct a SelectBox

Private Methods

Method Description
DrawSelectors ( object sender, PaintEventArgs e ) : void
SelectBox_MouseClick ( object sender, MouseEventArgs e ) : void
SelectBox_MouseDown ( object sender, MouseEventArgs e ) : void
SelectBox_MouseMove ( object sender, MouseEventArgs e ) : void
SelectBox_MouseUp ( object sender, MouseEventArgs e ) : void
SetEventHandlers ( ) : void

Method Details

HolesChanged() public method

Call the events when the hole count changes
public HolesChanged ( EventArgs e ) : void
e System.EventArgs
return void

SelectBox() public method

Construct a SelectBox
public SelectBox ( ) : System
return System