Button_SetDropDownState Makro (commctrl.h)
Legt den Dropdownstatus für eine angegebene Schaltfläche mit dem Stil von BS_SPLITBUTTONfest. Verwenden Sie dieses Makro, oder senden Sie die BCM_SETDROPDOWNSTATE Nachricht explizit.
Syntax
BOOL Button_SetDropDownState(
[in] HWND hwnd,
[in] BOOL fDropDown
);
Parameter
[in] hwnd
Typ: HWND-
Ein Handle für das Schaltflächensteuerelement.
[in] fDropDown
Typ: BOOL-
TRUE für den Status BST_DROPDOWNPUSHED oder FALSE andernfalls.
Rückgabewert
Typ: BOOL-
Gibt TRUE zurück, wenn dies erfolgreich ist, oder FALSE andernfalls.
Anforderungen
Anforderung | Wert |
---|---|
mindestens unterstützte Client- | Windows Vista [nur Desktop-Apps] |
mindestens unterstützte Server- | Windows Server 2008 [Nur Desktop-Apps] |
Zielplattform- | Fenster |
Header- | commctrl.h |