ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.Boolean
    public System.bool CanFocus {get;}
    See Also