Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / TextboxPriv Property


In This Topic
    TextboxPriv Property (SuperEditBase)
    In This Topic
    Internal use only. Gets or sets the input text box.
    Syntax
    'Declaration
     
    
    Protected Overridable Property TextboxPriv As InputTextBox
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As InputTextBox
     
    instance.TextboxPriv = value
     
    value = instance.TextboxPriv
    protected virtual InputTextBox TextboxPriv {get; set;}
    See Also