ComponentOne SuperTooltip for WinForms
C1.Win.6 Assembly / C1.Framework Namespace / DropDownFormBase Class / InternalFocusMovement Property

In This Topic
    InternalFocusMovement Property
    In This Topic
    While this flag is set, all focus movements are internal and should not be processed as caused by user input.
    Syntax
    'Declaration
     
    Protected Property InternalFocusMovement As System.Boolean
    protected System.bool InternalFocusMovement {get; set;}
    See Also