Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / Field Class / Focused Property


In This Topic
    Focused Property (Field)
    In This Topic
    Gets a value indicating whether the Field has input focus.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Focused As Boolean
    'Usage
     
    
    Dim instance As Field
    Dim value As Boolean
     
    value = instance.Focused
    public bool Focused {get;}

    Property Value

    true if the Field contains the input focus, otherwise, false.
    See Also