Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / Focused Property


In This Topic
    Focused Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    ReadOnly Property Focused As Boolean
    'Usage
     
    
    Dim instance As IElement
    Dim value As Boolean
     
    value = instance.Focused
    bool Focused {get;}
    See Also