FormListControl.hotTrackItem Method
Identifies when a user moves the mouse pointer over a form list control.
Syntax
public void hotTrackItem(int Idx)
Run On
Client
Parameters
- Idx
Type: int
An Integer data type that specifies the index for a form list control.
Remarks
To override this method in a form list control, right-click the Methods node below the control, point to Override Method, and then click hotTrackItem.
For information about best practices for forms and code, see No Code in Forms.