Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENCommandSourceUpdateMask Enumeration


In This Topic
    ENCommandSourceUpdateMask Enumeration
    In This Topic
    The mask associated with a command source update event, that defines the aspects of the command source that need to be updated.
    Syntax
    'Declaration
     
    
    Public Enum ENCommandSourceUpdateMask 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCommandSourceUpdateMask
    public enum ENCommandSourceUpdateMask : System.Enum 
    Members
    MemberDescription
    NoneThe source must not be updated in any way
    UpdateActiveParameterWhether the active parameter of the source must be updated
    UpdateCheckedWhether the checked state of the source must be updated
    UpdateColorSelectorFactoryWhether to update the color selector factory.
    UpdateEnabledWhether the enabled state of the source must be updated
    UpdateParameterListWhether the parameter list of the source must be updated
    UpdateTooltipWhether the tooltip content of the source must be updated
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENCommandSourceUpdateMask

    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