Nevron .NET Vision
Nevron.UI Namespace / ValueUpdateCode Enumeration


In This Topic
    ValueUpdateCode Enumeration
    In This Topic
    Specifies the requested scroll code.
    Syntax
    'Declaration
     
    
    Public Enum ValueUpdateCode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ValueUpdateCode
    public enum ValueUpdateCode : System.Enum 
    Members
    MemberDescription
    IndeterminateUnknown code.
    LargeChangeDecrementThe current value is decremented using the large change.
    LargeChangeIncrementThe current value is incremented using the large change.
    MouseMoveThe update is associated with a mouse move.
    NoneNo update will occur
    SmallChangeDecrementThe current value is decremented using the small change.
    SmallChangeIncrementThe current value is incremented using the small change.
    UserThe update is requested from the user.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.ValueUpdateCode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also