Input for WinForms | ComponentOne
C1.Framework Namespace / DropDownFormBase Class / InternalFocusMovement Property

In This Topic
    InternalFocusMovement Property (DropDownFormBase)
    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
     
    
    Public Property InternalFocusMovement As Boolean
    public bool InternalFocusMovement {get; set;}
    See Also