TabIEShape
Class
Represents IE like tab shape. Shapes are series of connected lines and curves.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.dll
Syntax:
C#
[ComVisible(false)]
public class TabIEShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeTabIEShape
Implements:
Inherited Members
Constructors
C#
public TabIEShape()
Methods
Creates IE like tab shape. Overrides CreatePath method in the base class ElementShape.
C#
public override GraphicsPath CreatePath(Rectangle bounds)
Overrides: