InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / IView Interface / HandleElementFocus Property

In This Topic
    HandleElementFocus Property (IView)
    In This Topic
    Gets or sets whether the control should handle the focus within contained elements.
    Syntax
    'Declaration
     
    Property HandleElementFocus As Boolean
    bool HandleElementFocus {get; set;}
    See Also