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


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