C# Class OpenSlx.Lib.QuickForms.QFComboBox

Inheritance: QuickFormsControlBase
Mostra file Open project: nicocrm/OpenSlx

Private Properties

Property Type Description

Public Methods

Method Description
Draw ( Graphics graphics, Rectangle clientRectangle ) : void

Draw method shamelessly stolen from Sage's QFListBox

Method Details

Draw() public method

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