Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / ResetFocusable Method


In This Topic
    ResetFocusable Method (StyleInfo)
    In This Topic
    Resets the Focusable property to its default value.
    Syntax
    'Declaration
     
    Public Overridable Sub ResetFocusable() 
    'Usage
     
    Dim instance As StyleInfo
     
    instance.ResetFocusable()
    public virtual void ResetFocusable()
    See Also