Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / CanFocus Property


In This Topic
    CanFocus Property (DynamicStyleInfo)
    In This Topic
    Gets or sets whether the user can set focus to the cell using the keyboard or mouse.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CanFocus As Boolean
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    Dim value As Boolean
     
    value = instance.CanFocus
    public virtual bool CanFocus {get;}
    See Also