Define a new OffsetChoice

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public OffsetChoice(
	long offset,
	bool selected,
	long displayValue
)
Visual Basic (Declaration)
Public Sub New ( _
	offset As Long, _
	selected As Boolean, _
	displayValue As Long _
)
Visual C++
public:
OffsetChoice(
	long long offset, 
	bool selected, 
	long long displayValue
)

Parameters

offset
Type: System..::.Int64
selected
Type: System..::.Boolean
displayValue
Type: System..::.Int64

See Also