Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ResetEnabled Method


In This Topic
    ResetEnabled Method (ElementWindowless)
    In This Topic
    Resets to the default value whether the element is enabled.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ResetEnabled() 
    'Usage
     
    
    Dim instance As ElementWindowless
     
    instance.ResetEnabled()
    protected virtual void ResetEnabled()
    See Also