Nevron .NET Vision
Nevron.UI.ToolStrips Namespace / UIItemMeasureEventArgs Class / UIItemMeasureEventArgs Constructor


In This Topic
    UIItemMeasureEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal item As NUIItem, _
       ByVal context As NPaintContext _
    )
    'Usage
     
    
    Dim item As NUIItem
    Dim context As NPaintContext
     
    Dim instance As New UIItemMeasureEventArgs(item, context)
    public UIItemMeasureEventArgs( 
       NUIItem item,
       NPaintContext context
    )

    Parameters

    item
    context
    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