| 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 |
| #include <ProUIOptionmenu.h> |
| ProError | 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 |
|
|