C# 클래스 AnimatGuiCtrls.Controls.DropDownPaintEventArgs

EventArgs class for the
상속: PaintEventArgs
파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

DrawFocusRectangle() 공개 메소드

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

DropDownPaintEventArgs() 공개 메소드

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
리턴 System