Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / CanFocus Property


In This Topic
    CanFocus Property (ElementContainerControl)
    In This Topic
    Gets or sets whether the control can receive focus.
    Syntax
    'Declaration
     
    
    Public Overridable Shadows Property CanFocus As Boolean
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim value As Boolean
     
    instance.CanFocus = value
     
    value = instance.CanFocus
    public virtual new bool CanFocus {get; set;}
    See Also