DataListSelect(Boolean, Boolean) Method
This is overridden to ensure that the current row regains the focus when tabbing into the control
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected override void Select(
bool directed,
bool forward
)
Protected Overrides Sub Select (
directed As Boolean,
forward As Boolean
)
protected:
virtual void Select(
bool directed,
bool forward
) override
abstract Select :
directed : bool *
forward : bool -> unit
override Select :
directed : bool *
forward : bool -> unit
Parameters
- directed Boolean
- True to specify the direction of the control to select, false if not.
- forward Boolean
- The direction of the selection. True for forward, false for backwards.