Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridComboBoxColumnStyle Class / NDataGridComboBoxColumnStyle Constructor


In This Topic
    NDataGridComboBoxColumnStyle Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal arrOptions As System.Collections.ArrayList, _
       ByVal bStoreIndex As System.Boolean _
    )
    'Usage
     
    
    Dim arrOptions As System.Collections.ArrayList
    Dim bStoreIndex As System.Boolean
     
    Dim instance As New NDataGridComboBoxColumnStyle(arrOptions, bStoreIndex)
    public NDataGridComboBoxColumnStyle( 
       System.Collections.ArrayList arrOptions,
       System.bool bStoreIndex
    )

    Parameters

    arrOptions
    bStoreIndex
    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