Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GraphicObject Class
Members


In This Topic
    GraphicObject Class
    In This Topic
    Syntax
    'Declaration
     
    
    Public MustInherit Class GraphicObject 
       Inherits DrawingObject
       Implements GrapeCity.Spreadsheet.Data.IBindings 
    'Usage
     
    
    Dim instance As GraphicObject
    public abstract class GraphicObject : DrawingObject, GrapeCity.Spreadsheet.Data.IBindings  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Data.BindableObject
          GrapeCity.Spreadsheet.Drawing.DrawingObject
             GrapeCity.Spreadsheet.Drawing.GraphicObject
                GrapeCity.Spreadsheet.FormControls.Control

    See Also