TdxPSReportRenderCustomCanvas.DrawExpandButton(TRect,TdxCheckButtonEdgeStyle,TFont,TFont,Boolean,Boolean,Boolean,TColor,TColor,Integer) Method
Declaration
procedure DrawExpandButton(R: TRect; AEdgeStyle: TdxCheckButtonEdgeStyle; AMarlettFont: TFont; ASymbolFont: TFont; AExpanded: Boolean; AShadow: Boolean; AFillInterior: Boolean; ABorderColor: TColor; ABackgroundColor: TColor; ALineThickness: Integer); virtual; abstract;
Parameters
Name | Type |
---|---|
R | TRect |
AEdgeStyle | TdxCheckButtonEdgeStyle |
AMarlettFont | TFont |
ASymbolFont | TFont |
AExpanded | Boolean |
AShadow | Boolean |
AFillInterior | Boolean |
ABorderColor | TColor |
ABackgroundColor | TColor |
ALineThickness | Integer |
See Also