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


In This Topic
    ControlBase Class
    In This Topic
    Represents the common basis (base class) for FarPoint controls.
    Syntax
    'Declaration
     
    
    Public Class ControlBase 
       Inherits System.Windows.Forms.Control
    'Usage
     
    
    Dim instance As ControlBase
    public class ControlBase : System.Windows.Forms.Control 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                FarPoint.Win.ControlBase
                   FarPoint.Win.FpHyperlink
                   FarPoint.Win.FpMultiOption
                   FarPoint.Win.FpProgress

    See Also