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


In This Topic
    InputTextDialog Class
    In This Topic
    Represents the text input dialog.
    Syntax
    'Declaration
     
    
    Public Class InputTextDialog 
       Inherits FarPoint.Win.Spread.DrawingSpace.TextInput
    'Usage
     
    
    Dim instance As InputTextDialog
    public class InputTextDialog : FarPoint.Win.Spread.DrawingSpace.TextInput 
    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.DrawingSpace.TextInput
                            FarPoint.Win.Spread.InputTextDialog
                               FarPoint.Win.Spread.InputScreenTipDialog

    See Also