ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / IDropDownForm Interface / InternalFocusMovement Property

In This Topic
    InternalFocusMovement Property (IDropDownForm)
    In This Topic
    Gets or sets a value indicating that all focus movements are internal and should not be processed as caused by user input.
    Syntax
    'Declaration
     
    Property InternalFocusMovement As System.Boolean
    System.bool InternalFocusMovement {get; set;}
    See Also