Skip to main content

TcxCustomLookAndFeelPainter.DrawPopupPanelBand(TcxCanvas,TRect,TRect,TRect,TdxCorner,TcxButtonState,TRect,TColor,Boolean,Boolean) Method

Declaration

procedure DrawPopupPanelBand(ACanvas: TcxCanvas; const ABounds: TRect; const AGripRect: TRect; const ACloseButtonRect: TRect; AGripCorner: TdxCorner; ACloseButtonState: TcxButtonState; ABorders: TRect; ABorderColor: TColor; AShowGripSize: Boolean = True; AShowCloseButton: Boolean = True);

Parameters

Name Type
ACanvas TcxCanvas
ABounds TRect
AGripRect TRect
ACloseButtonRect TRect
AGripCorner TdxCorner
ACloseButtonState TcxButtonState
ABorders TRect
ABorderColor TColor
AShowGripSize Boolean
AShowCloseButton Boolean
See Also