Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NameBox Class / IsFocus Property


In This Topic
    IsFocus Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFocus As Boolean
    'Usage
     
    
    Dim instance As NameBox
    Dim value As Boolean
     
    value = instance.IsFocus
    public bool IsFocus {get;}
    See Also