Nevron .NET Vision
Nevron.UI.ToolStrips Namespace / INToolItemContainer Interface / UpdateItems Method


In This Topic
    UpdateItems Method (INToolItemContainer)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub UpdateItems( _
       ByVal measure As System.Boolean, _
       ByVal invalidate As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As INToolItemContainer
    Dim measure As System.Boolean
    Dim invalidate As System.Boolean
     
    instance.UpdateItems(measure, invalidate)
    void UpdateItems( 
       System.bool measure,
       System.bool invalidate
    )

    Parameters

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