Click or drag to resize
configDataSetFormsDataTableAddFormsRow Method (configDataSetUtentiRow, String, Int32, Int32, Int32, Int32, Int32, String, String, String)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public configDataSetFormsRow AddFormsRow(
	configDataSetUtentiRow parentUtentiRowByFK_Utenti_Forms,
	string FormName,
	int FormWidth,
	int FormHeight,
	int FormLocationX,
	int FormLocationY,
	int FormWindowState,
	string Layout,
	string CommandsLayout,
	string GridLayout
)

Parameters

parentUtentiRowByFK_Utenti_Forms
Type: Amica.DataconfigDataSetUtentiRow
FormName
Type: SystemString
FormWidth
Type: SystemInt32
FormHeight
Type: SystemInt32
FormLocationX
Type: SystemInt32
FormLocationY
Type: SystemInt32
FormWindowState
Type: SystemInt32
Layout
Type: SystemString
CommandsLayout
Type: SystemString
GridLayout
Type: SystemString

Return Value

Type: configDataSetFormsRow
See Also