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


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