ComboBoxNotificationEnum

Aus API-Wiki
Version vom 1. Mai 2008, 08:34 Uhr von Helge Rex (Diskussion | Beiträge) ("verwaltet von" auskommentiert)
Zur Navigation springenZur Suche springen
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