Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / Focused Property


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