Skip to main content

TcxCustomLookAndFeelPainter.DrawRadioButton(TcxCanvas,Integer,Integer,TcxButtonState,Boolean,Boolean,TColor,Boolean) Method

Declaration

procedure DrawRadioButton(ACanvas: TcxCanvas; X: Integer; Y: Integer; AButtonState: TcxButtonState; AChecked: Boolean; AFocused: Boolean; ABrushColor: TColor; AIsDesigning: Boolean = False);

Parameters

Name Type
ACanvas TcxCanvas
X Integer
Y Integer
AButtonState TcxButtonState
AChecked Boolean
AFocused Boolean
ABrushColor TColor
AIsDesigning Boolean
See Also