C# 클래스 OpenSlx.Lib.QuickForms.QFComboBox

상속: QuickFormsControlBase
파일 보기 프로젝트 열기: nicocrm/OpenSlx

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Draw ( Graphics graphics, Rectangle clientRectangle ) : void

Draw method shamelessly stolen from Sage's QFListBox

메소드 상세

Draw() 공개 메소드

Draw method shamelessly stolen from Sage's QFListBox
public Draw ( Graphics graphics, Rectangle clientRectangle ) : void
graphics System.Drawing.Graphics
clientRectangle System.Drawing.Rectangle
리턴 void