Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / ResetCanFocus Method


In This Topic
    ResetCanFocus Method (SpreadShapesContainer)
    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 SpreadShapesContainer
     
    instance.ResetCanFocus()
    protected virtual void ResetCanFocus()
    See Also