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
)
Protected Function ScrollerCell (
imageUrl As String,
scroll As Integer
) As TableCell
Parameters
- imageUrl
- Type: SystemString
The image URL. - scroll
- Type: SystemInt32
The amount to scroll (may be negative).
Return Value
Type:
TableCellThe scroller cell.
See Also