ListBoxItemHoverEventArgsIndex Property |
|
DataPA OpenAnalytics API Reference
Gets the index of the item that the mouse is hovered over
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int Index { get; }
Public ReadOnly Property Index As Integer
Get
public:
property int Index {
int get ();
}
Return Value
Type:
Int32The index of the item that the mouse is hovered over
See Also