Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / SetTextBoxBackColor Method


In This Topic
    SetTextBoxBackColor Method (SuperEditBase)
    In This Topic
    Internal use only. Sets the background color of the text box.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetTextBoxBackColor() 
    'Usage
     
    
    Dim instance As SuperEditBase
     
    instance.SetTextBoxBackColor()
    protected virtual void SetTextBoxBackColor()
    See Also