C# Class AnimatGuiCtrls.Controls.DropDownPaintEventArgs

EventArgs class for the
Inheritance: PaintEventArgs
Show file Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Public Methods

Method Description
DrawFocusRectangle ( ) : void

Draws a focus rectangle on the editable portion of the control.

DropDownPaintEventArgs ( Graphics graphics, Rectangle clipRect, Rectangle bounds ) : System

Creates a new instance of the DropDownPaintEventArgs class.

Method Details

DrawFocusRectangle() public method

Draws a focus rectangle on the editable portion of the control.
public DrawFocusRectangle ( ) : void
return void

DropDownPaintEventArgs() public method

Creates a new instance of the DropDownPaintEventArgs class.
public DropDownPaintEventArgs ( Graphics graphics, Rectangle clipRect, Rectangle bounds ) : System
graphics System.Drawing.Graphics
clipRect System.Drawing.Rectangle
bounds System.Drawing.Rectangle
return System