API 文档 > Custom user interface > Object ProUIOptionmenu > Function ProUIOptionmenuLastentereditemGet
Function ProUIOptionmenuLastentereditemGet
Description
Gets the name of the optionmenu item last pointed to by the mouse cursor. This value is impportant when interpreting a TriggerHighlight event.
Synopsis
ProUIOptionmenuLastentereditemGet
(
char* dialog
/* (In)
The name of the dialog that contains the optionmenu.
*/
char* component
/* (In)
The name of the optionmenu component
*/
char** value
/* (Out)
The name of the optionmenu 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
这对您有帮助吗?