Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDockingToolbar Class / UpdateCommands Method


In This Topic
    UpdateCommands Method (NDockingToolbar)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub UpdateCommands( _
       ByVal measure As System.Boolean, _
       ByVal refresh As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDockingToolbar
    Dim measure As System.Boolean
    Dim refresh As System.Boolean
     
    instance.UpdateCommands(measure, refresh)
    public override void UpdateCommands( 
       System.bool measure,
       System.bool refresh
    )

    Parameters

    measure
    refresh
    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