FarPoint.Win.Spread
EditorCalloutShape Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace : EditorCalloutShape Class


Represents an editor's drawn highlight shape object.

Object Model







Syntax

Visual Basic (Declaration) 
Public Class EditorCalloutShape 
   Inherits CustomShape
   Implements IElement, IElementEnhanced, ISerializeSupportIPdfSupportPSObject, IPSObject 
Visual Basic (Usage)Copy Code
Dim instance As EditorCalloutShape
C# 
public class EditorCalloutShape : CustomShape, IElement, IElementEnhanced, ISerializeSupportIPdfSupportPSObject, IPSObject  

Inheritance Hierarchy

System.Object
   FarPoint.Win.ElementWindowless
      FarPoint.Win.Spread.DrawingSpace.PSObject
         FarPoint.Win.Spread.DrawingSpace.PSShape
            FarPoint.Win.Spread.DrawingSpace.CustomShape
               FarPoint.Win.Spread.DrawingSpace.EditorCalloutShape

See Also