Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ContainsFocus Property


In This Topic
    ContainsFocus Property (ElementWindowless)
    In This Topic
    Gets whether the element currently has the input focus.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ContainsFocus As Boolean
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Boolean
     
    value = instance.ContainsFocus
    public virtual bool ContainsFocus {get;}
    See Also