Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.35 KB

bm-setdontclick.md

File metadata and controls

64 lines (37 loc) · 1.35 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
BM_SETDONTCLICK message (Winuser.h)
Sets a flag on a radio button that controls the generation of BN\_CLICKED messages when the button receives focus.
91d98bce-abea-4afc-a995-0f426ba7a518
BM_SETDONTCLICK message Windows Controls
apiref
BM_SETDONTCLICK
Winuser.h
HeaderDef
reference
05/31/2018

BM_SETDONTCLICK message

Sets a flag on a radio button that controls the generation of BN_CLICKED messages when the button receives focus.

Parameters

wParam [in]

A BOOL that specifies the state. TRUE to set the flag, otherwise FALSE.

lParam

Not used. Must be zero.

Return value

No return value.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Winuser.h (include Windows.h)