[DllImport("user32.dll")]
static extern uint CheckMenuItem(IntPtr hmenu, uint uIDCheckItem, uint uCheck);
<DllImport("user32.dll")> _
Private Shared Function CheckMenuItem(hmenu As IntPtr, uIDCheckItem As UInteger, uCheck As UInteger) As UInteger
End Function
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!