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


In This Topic
    SEditTextBox Class
    In This Topic
    Represents a text editor in the control.
    Syntax
    'Declaration
     
    
    Public Class SEditTextBox 
       Inherits System.Windows.Forms.TextBox
       Implements IEditorValidator 
    'Usage
     
    
    Dim instance As SEditTextBox
    public class SEditTextBox : System.Windows.Forms.TextBox, IEditorValidator  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.TextBoxBase
                   System.Windows.Forms.TextBox
                      FarPoint.Win.SuperEdit.SEditTextBox
                         FarPoint.Win.InputTextBox

    See Also