BMenu.SetRadioMode is a function in the C++ programming language that allows the user to set the radio mode for a menu. In radio mode, only one menu item can be selected at a time, similar to the functionality of a radio button. This function is useful in graphical user interfaces to ensure that only one option is selected from a group of menu items.
C++ (Cpp) BMenu::SetRadioMode - 30 examples found. These are the top rated real world C++ (Cpp) examples of BMenu::SetRadioMode extracted from open source projects. You can rate examples to help us improve the quality of examples.