Click or drag to resize

SubformBarScrollerCell Method

Create a TableCell used for scrolling the SubformBar items.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected TableCell ScrollerCell(
	string imageUrl,
	int scroll
)

Parameters

imageUrl
Type: SystemString
The image URL.
scroll
Type: SystemInt32
The amount to scroll (may be negative).

Return Value

Type: TableCell
The scroller cell.
See Also