InputPanel for WinForms | ComponentOne
C1.Win.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 Boolean
    bool InternalFocusMovement {get; set;}
    See Also