Partager via


macro Button_SetDropDownState (commctrl.h)

Définit l’état déroulant d’un bouton spécifié avec le style de BS_SPLITBUTTON. Utilisez cette macro ou envoyez explicitement le message BCM_SETDROPDOWNSTATE.

Syntaxe

BOOL Button_SetDropDownState(
  [in] HWND hwnd,
  [in] BOOL fDropDown
);

Paramètres

[in] hwnd

Type : HWND

Handle vers le contrôle de bouton.

[in] fDropDown

Type : BOOL

TRUE pour l’état de BST_DROPDOWNPUSHED, ou FALSE sinon.

Valeur de retour

Type : BOOL

Retourne TRUE en cas de réussite ou FALSE sinon.

Exigences

Exigence Valeur
client minimum pris en charge Windows Vista [applications de bureau uniquement]
serveur minimum pris en charge Windows Server 2008 [applications de bureau uniquement]
plateforme cible Windows
d’en-tête commctrl.h