Define a new OffsetChoice
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)
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