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


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