TcxCustomTabControl.OwnerDraw Property
In This Article
Specifies whether the tab control uses default tab drawing.
#Declaration
Delphi
property OwnerDraw: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
This property is obsolete; use the control’s Properties.OwnerDraw property instead.
See Also