RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AdvancedFindMemoCellProps Constructor

Initializes a new instance of the AdvancedFindMemoCellProps class.

Namespace:  RingSoft.DbLookup.AdvancedFind
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public AdvancedFindMemoCellProps(
	DataEntryGridRow row,
	int columnId,
	string text
)
Public Sub New ( _
	row As DataEntryGridRow, _
	columnId As Integer, _
	text As String _
)
public:
AdvancedFindMemoCellProps(
	DataEntryGridRow^ row, 
	int^ columnId, 
	String^ text
)

Parameters

row
Type: DataEntryGridRow
The row.
columnId
Type: Int32
The column identifier.
text
Type: String
The text.