Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / ContainsFocus Property


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