Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / Focused Property


In This Topic
    Focused Property (ElementControl)
    In This Topic
    Gets whether the control has focus.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Focused As Boolean
    'Usage
     
    
    Dim instance As ElementControl
    Dim value As Boolean
     
    value = instance.Focused
    public override bool Focused {get;}
    See Also