Class TComboBox3D (unit CombBx3D)

Inherits from

TCustomComboBox

Constructors


constructor Create(AOwner: TComponent);

class TComboBox3D ~~~~~~~~~~~~~~~~


Functions

procedure DrawItem(Index: Integer; Rect: TRect; State: TOwnerDrawState);

Text

procedure MeasureItem(Index: Integer; var iHeight: Integer);


procedure CNDrawItem(var Message: TWMDrawItem);


procedure DoDrawShadowText(ColorHigh,ColorLow: TColor;Rect: TRect; Index: Integer;State: TOwnerDrawState);


function GetTextHeight: LongInt;


procedure SetBevel(Value: TComboBox3DBevel);


procedure SetHighLightColor(Value: TColor);


procedure SetShadowColor(Value: TColor);


procedure SetShadowSize(Value: Byte);


Properties

property Bevel : TComboBox3DBevel


property Color :

Must be published before Items

property Ctl3D :


property DragCursor :


property DragMode :


property DropDownCount :


property Enabled :


property Font :


property HighLightColor : TColor


property ItemHeight :


property Items :


property MaxLength :


property ParentColor :


property ParentCtl3D :


property ParentFont :


property ParentShowHint :


property PopupMenu :


property PressState : TComboBox3DPressState


property ShadowColor : TColor


property ShadowSize : Byte


property ShowHint :


property Sorted :


property Style :


property TabOrder :


property TabStop :


property Text :


property Visible :


Events

event OnChange :


event OnClick :


event OnDblClick :


event OnDragDrop :


event OnDragOver :


event OnDropDown :


event OnEndDrag :


event OnEnter :


event OnExit :


event OnKeyDown :


event OnKeyPress :


event OnKeyUp :


event OnStartDrag :


Variables

FBevel : TComboBox3DBevel;


FHighLightColor : TColor;


FPressState : TComboBox3DPressState;


FShadowColor : TColor;


FShadowSize : Byte;



Constructors


constructor Create(AOwner: TComponent);

class TComboBox3D ~~~~~~~~~~~~~~~~


Functions


procedure DrawItem(Index: Integer; Rect: TRect; State: TOwnerDrawState);

Text


procedure MeasureItem(Index: Integer; var iHeight: Integer);


procedure CNDrawItem(var Message: TWMDrawItem);


procedure DoDrawShadowText(ColorHigh,ColorLow: TColor;Rect: TRect; Index: Integer;State: TOwnerDrawState);


function GetTextHeight: LongInt;


procedure SetBevel(Value: TComboBox3DBevel);


procedure SetHighLightColor(Value: TColor);


procedure SetShadowColor(Value: TColor);


procedure SetShadowSize(Value: Byte);


Properties


property Bevel : TComboBox3DBevel


property Color :

Must be published before Items


property Ctl3D :


property DragCursor :


property DragMode :


property DropDownCount :


property Enabled :


property Font :


property HighLightColor : TColor


property ItemHeight :


property Items :


property MaxLength :


property ParentColor :


property ParentCtl3D :


property ParentFont :


property ParentShowHint :


property PopupMenu :


property PressState : TComboBox3DPressState


property ShadowColor : TColor


property ShadowSize : Byte


property ShowHint :


property Sorted :


property Style :


property TabOrder :


property TabStop :


property Text :


property Visible :


Events


event OnChange :


event OnClick :


event OnDblClick :


event OnDragDrop :


event OnDragOver :


event OnDropDown :


event OnEndDrag :


event OnEnter :


event OnExit :


event OnKeyDown :


event OnKeyPress :


event OnKeyUp :


event OnStartDrag :


Variables


FBevel : TComboBox3DBevel;


FHighLightColor : TColor;


FPressState : TComboBox3DPressState;


FShadowColor : TColor;


FShadowSize : Byte;