Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonTabContextCommandSource Class / GetUpdateMask Method


In This Topic
    GetUpdateMask Method (NRibbonTabContextCommandSource)
    In This Topic
    Gets the mask that defines the aspects of the owner element that need to be updated at update timer ticks and after command execution.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetUpdateMask( _
       ByVal reason As ENCommandSourceUpdateReason _
    ) As ENCommandSourceUpdateMask
    'Usage
     
    
    Dim instance As NRibbonTabContextCommandSource
    Dim reason As ENCommandSourceUpdateReason
    Dim value As ENCommandSourceUpdateMask
     
    value = instance.GetUpdateMask(reason)
    protected override ENCommandSourceUpdateMask GetUpdateMask( 
       ENCommandSourceUpdateReason reason
    )

    Parameters

    reason
    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