ShuttleGui.StartMultiColumn is a function in the cpp (C++) programming language. It is a graphical user interface (GUI) feature that allows the creation of multi-column layouts within a GUI window or form. This function is commonly used in software development to organize and display data or controls in a structured manner, making it easier for users to navigate and interact with the application. By utilizing ShuttleGui.StartMultiColumn, developers can create visually appealing and user-friendly interfaces for their C++ applications.
C++ (Cpp) ShuttleGui::StartMultiColumn - 30 examples found. These are the top rated real world C++ (Cpp) examples of ShuttleGui::StartMultiColumn extracted from open source projects. You can rate examples to help us improve the quality of examples.