Row(Int32, Int32) Constructor

Constructor.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public Row(
	int aNormalRowStyle,
	int aSelectedRowStyle
)

Parameters

aNormalRowStyle  Int32
Specifies the the style's index for the normal row.
aSelectedRowStyle  Int32
Specifies the the style's index for the selected row.

See Also