C# Class BF2Statistics.MenuButton

Represents a Windows button control with a drop down menu
Inheritance: System.Windows.Forms.Button
Show file Open project: BF2Statistics/ControlCenter

Private Properties

Property Type Description

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs mevent ) : void
OnPaint ( PaintEventArgs pevent ) : void

Method Details

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs mevent ) : void
mevent MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
return void