InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / MouseWheelEdit Property

In This Topic
    MouseWheelEdit Property (C1InputPanel)
    In This Topic
    Gets or sets whether a user can change data values in the input components using the mouse wheel.
    Syntax
    'Declaration
     
    Public Property MouseWheelEdit As Boolean
    public bool MouseWheelEdit {get; set;}
    See Also