Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasContainerBase Class
Members


In This Topic
    CanvasContainerBase Class
    In This Topic
    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
    public abstract class CanvasContainerBase : ElementContainerControl, IElement, ITouchStatusProvider, IWindowlessChildSupport  
    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