Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NComboBox Class / ArrangeItem Method


In This Topic
    ArrangeItem Method (NComboBox)
    In This Topic
    Overriden to layout the item slot.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ArrangeItem( _
       ByVal itemSlot As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As NComboBox
    Dim itemSlot As NRectangle
     
    instance.ArrangeItem(itemSlot)
    protected override void ArrangeItem( 
       NRectangle itemSlot
    )

    Parameters

    itemSlot
    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