Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NListView Class / GetItemRect Method / GetItemRect(Int32,ItemBoundsPortion) Method


In This Topic
    GetItemRect(Int32,ItemBoundsPortion) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetItemRect( _
       ByVal index As System.Integer, _
       ByVal portion As System.Windows.Forms.ItemBoundsPortion _
    ) As System.Drawing.Rectangle
    'Usage
     
    
    Dim instance As NListView
    Dim index As System.Integer
    Dim portion As System.Windows.Forms.ItemBoundsPortion
    Dim value As System.Drawing.Rectangle
     
    value = instance.GetItemRect(index, portion)
    public System.Drawing.Rectangle GetItemRect( 
       System.int index,
       System.Windows.Forms.ItemBoundsPortion portion
    )

    Parameters

    index
    portion
    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