HeaderButtonCustomDrawEventArgs(GraphicsCache, EditorButtonPainter, EditorButtonObjectInfoArgs) Constructor
Initializes a new instance of the HeaderButtonCustomDrawEventArgs class with specified settings.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public HeaderButtonCustomDrawEventArgs(
GraphicsCache cache,
EditorButtonPainter painter,
EditorButtonObjectInfoArgs info
)
Parameters
Name | Type | Description |
---|---|---|
cache | GraphicsCache | An object that provides access to the drawing surface. |
painter | DevExpress.XtraEditors.Drawing.EditorButtonPainter | An object that performs paint operations. |
info | DevExpress.XtraEditors.Drawing.EditorButtonObjectInfoArgs | An object that contains information about the button being drawn. |
See Also