TabHeaderCustomDrawEventArgs(GraphicsCache, BaseTabPainter, TabDrawArgs, BaseTabRowViewInfo, BaseTabPageViewInfo) Constructor
Initializes a new instance of the TabHeaderCustomDrawEventArgs class with specified settings.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public TabHeaderCustomDrawEventArgs(
GraphicsCache cache,
BaseTabPainter painter,
TabDrawArgs controlInfo,
BaseTabRowViewInfo tabHeaderRowInfo,
BaseTabPageViewInfo tabHeaderInfo
)
Parameters
Name | Type | Description |
---|---|---|
cache | GraphicsCache | An object that provides access to the drawing surface. |
painter | DevExpress.XtraTab.Drawing.BaseTabPainter | An object that performs paint operations. |
controlInfo | DevExpress.XtraTab.Drawing.TabDrawArgs | An object that contains information about the tab being drawn. |
tabHeaderRowInfo | DevExpress.XtraTab.ViewInfo.BaseTabRowViewInfo | An object that contains information about the row being drawn. |
tabHeaderInfo | DevExpress.XtraTab.ViewInfo.BaseTabPageViewInfo | An object that contains information about the page being drawn. |
See Also