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


In This Topic
    ModelessForm Class
    In This Topic
    Represents an abstract modeless form which allow user to select cell ranges from Spread.
    Syntax
    'Declaration
     
    
    Public Class ModelessForm 
       Inherits System.Windows.Forms.Form
    'Usage
     
    
    Dim instance As ModelessForm
    public class ModelessForm : System.Windows.Forms.Form 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.ContainerControl
                      System.Windows.Forms.Form
                         FarPoint.Win.Spread.ModelessForm
                            FarPoint.Win.Spread.Chart.ChartSelectDataSource

    See Also