protected override void DoPaint(HCStyle aStyle, RECT aDrawRect, int aDataDrawTop, int aDataDrawBottom,
                                 int aDataScreenTop, int aDataScreenBottom, HCCanvas aCanvas, PaintInfo aPaintInfo)
 {
     if (this.Active)
     {
         aCanvas.DrawFocuseRect(FDrawRect);
     }
 }
Exemplo n.º 2
0
 protected override void DoPaint(HCStyle AStyle, RECT ADrawRect, int ADataDrawTop, int ADataDrawBottom,
                                 int ADataScreenTop, int ADataScreenBottom, HCCanvas ACanvas, PaintInfo APaintInfo)
 {
     if (this.Active)
     {
         ACanvas.DrawFocuseRect(FDrawRect);
     }
 }