Documentation de l'API > Custom user interface > Object ProUIList > Function ProUIListLastentereditemGet
Function ProUIListLastentereditemGet
Description
Gets the name of the list item last pointed to by the mouse cursor. This value is impportant when interpreting a TriggerHighlight event.
Synopsis
#include <ProUIList.h>
ProUIListLastentereditemGet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component
*/
char** value
/* (Out)
The name of the list item last pointed to by the cursor. Free this string using ProStringFree.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Est-ce que cela a été utile ?