ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.Boolean
    public System.bool InternalFocusMovement {get; set;}
    See Also