.
The CheckMenuItem API
9/25/2014 3:20:38 PM - anonymous
.
static extern uint CheckMenuItem(IntPtr hmenu, uint uIDCheckItem, uint uCheck);
.
Private Shared Function CheckMenuItem(hmenu As IntPtr, uIDCheckItem As UInteger, uCheck As UInteger) As UInteger
.