InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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