Data ListSelect(Boolean, Boolean) Method
This is overridden to ensure that the current row regains the focus when tabbing into the control
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override void Select(
bool directed,
bool forward
)VB
Protected Overrides Sub Select (
directed As Boolean,
forward As Boolean
)C++
protected:
virtual void Select(
bool directed,
bool forward
) overrideF#
abstract Select :
directed : bool *
forward : bool -> unit
override Select :
directed : bool *
forward : bool -> unit