Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasBase Class
Members


CanvasBase Class
Represents the base for the canvas. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
 
Public MustInherit Class CanvasBase 
   Inherits ElementControl
   Implements IElement 
 
'Usage
 
Dim instance As CanvasBase
Inheritance Hierarchy

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

See Also