{CompanyName} FlexyGo

ModuleToolbar Constructor (String, String, eDBType)

Initializes a new instance of the ModuleToolbar class.

Namespace:  FLEXYGO.Environment
Assembly:  flxEnvironment (in flxEnvironment.dll)

Syntax


public ModuleToolbar(
	string ToolbarName,
	string ConfConnstr,
	eDBType ConfDBType
)
Public Sub New ( _
	ToolbarName As String, _
	ConfConnstr As String, _
	ConfDBType As eDBType _
)

Parameters

ToolbarName
Type: String
The toolbar identifier.
ConfConnstr
Type: String
The conf connstr.
ConfDBType
Type: FLEXYGO.Data..::..eDBType
Type of the conf database.