How can i draw the scroolbar and the button of TVirtualExplorerCombobox on draw event?
Thank you!
code:
Code:
procedure TForm1.vrtshellcomboboxDraw(Sender: TCustomVirtualExplorerCombobox;
ACanvas: TCanvas; AClientRect, AButtonRect: TRect;
AComboState: TVETComboStates; Stage: TCustomDrawStage;
var DefaultDraw: Boolean);
begin
vrtshellcombobox.Color:=sSkinManager1.GetActiveEditColor;
vrtshellcombobox.PopupExplorerOptions.Color:=sSkinManager1.GetActiveEditColor;
vrtshellcombobox.Font.Color:=sSkinManager1.GetActiveEditFontColor;
end;
[attachment=6156:11.jpg]
[attachment=6157:22.jpg]