Row(Int32, Int32) Constructor
Constructor.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public Row(
int aNormalRowStyle,
int aSelectedRowStyle
)
Public Sub New (
aNormalRowStyle As Integer,
aSelectedRowStyle As Integer
)
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.