ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearUpdateMode Enumeration




In This Topic
    ImGearUpdateMode Enumeration
    In This Topic
    Specifies the update mode.
    Syntax
    'Declaration
     
    Public Enum ImGearUpdateMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearUpdateMode
    public enum ImGearUpdateMode : System.Enum 
    __value public enum ImGearUpdateMode : public System.Enum 
    public enum class ImGearUpdateMode : public System.Enum 
    Members
    MemberValueDescription
    Automatic1Automatic update.
    Manual0Manual update.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Windows.Controls.ImGearUpdateMode

    See Also