Nevron.Nov.UI Namespace / NComboBox Class / HandleOnlyActionKeystrokes Property
In This Topic
    HandleOnlyActionKeystrokes Property
    In This Topic
    Gets or sets whether the combo box must only handle the keystrokes to which it performed an action. By default false.
    Syntax
    public System.bool HandleOnlyActionKeystrokes {get; set;}
    Remarks
    Suppose that the user has selected the last item in the combo and presses the down key. If HandleOnlyActionKeystrokes is true, the event will not be handled, since the combo box did not perform any action. If HandleOnlyActionKeystrokes is false, the event will handled, since the combo box generally performs and event on this action.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also