dbicList Send comments on this topic.
dbiComboBox Constructor
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiComboBox Class : dbiComboBox Constructor

objParent
The dbiListControl parent for the combobox.
The default constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal objParent As DbiListControl _
)
C# 
public dbiComboBox( 
   DbiListControl objParent
)

Parameters

objParent
The dbiListControl parent for the combobox.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also