Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasBase Class
Members


In This Topic
    CanvasBase Class
    In This Topic
    Represents the base for the canvas.
    Syntax
    'Declaration
     
    
    Public MustInherit Class CanvasBase 
       Inherits ElementControl
       Implements IElement 
    'Usage
     
    
    Dim instance As CanvasBase
    public abstract class CanvasBase : ElementControl, IElement  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                FarPoint.Win.ElementControl
                   FarPoint.Win.CanvasBase

    See Also