Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonControlHost Class / CanFocus Property

In This Topic
    CanFocus Property (RibbonControlHost)
    In This Topic
    Gets a value indicating whether the hosted control can receive focus.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanFocus As Boolean
    public bool CanFocus {get;}
    See Also