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


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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.Panel
                  FarPoint.Win.ElementContainerControl
                     FarPoint.Win.CanvasContainerBase

See Also