BS_AUTORADIOBUTTON top-level constant Null safety
Creates a button that is the same as a radio button, except that when the user selects it, the system automatically sets the button's check state to checked and automatically sets the check state for all other buttons in the same group to cleared.
Implementation
const BS_AUTORADIOBUTTON = 0x00000009;