ComboBoxNotificationEnum

Aus API-Wiki
Zur Navigation springenZur Suche springen

<vb>Enum ComboBoxNotificationEnum

   CBN_ERRSPACE = (-1)
   CBN_SELCHANGE = 1
   CBN_DBLCLK = 2
   CBN_SETFOCUS = 3
   CBN_KILLFOCUS = 4
   CBN_EDITCHANGE = 5
   CBN_EDITUPDATE = 6
   CBN_DROPDOWN = 7
   CBN_CLOSEUP = 8
   CBN_SELENDOK = 9
   CBN_SELENDCANCEL = 10

End Enum</vb>