Skip to main content

TabPane.GetPainter() Method

Retrieves an object that paints this TabPane control.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override ObjectPainter GetPainter()

Returns

Type Description
DevExpress.Utils.Drawing.ObjectPainter

A DevExpress.Utils.Drawing.ObjectPainter object that paints this TabPane control.

See Also