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

objParent
The dbiListControl parent of the new dbiTextBox.
Initialize a new instance of the class.

Syntax

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

Parameters

objParent
The dbiListControl parent of the new dbiTextBox.

Requirements

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

See Also