Desktop Functions: Smart Device Functions:
|
Search Results for "EnableMenuItem" in [All]user32
static extern bool EnableMenuItem(IntPtr hMenu, uint uIDEnableItem,
Public Function EnableMenuItem(ByVal hMenu As IntPtr, ByVal wIDEnableItem As UInteger, ByVal wEnable As UInteger) As IntPtr Constants used with Add/Check/EnableMenuItem:
Private Shared Function EnableMenuItem(ByVal hMenu As IntPtr, ByVal wIDEnableItem As UInteger, ByVal wEnable As UInteger) As IntPtr
EnableMenuItem(GetSystemMenu(Me.Handle, False), SC_CLOSE, MF_GRAYED) coredll |