C# Class AnimatGuiCtrls.Controls.DropDownPaintEventArgs

EventArgs class for the
Inheritance: PaintEventArgs
Afficher le fichier Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

DropDownPaintEventArgs() public méthode

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
Résultat System