The Documentation visualizer lets you add embed documentation in your MegunoLink project file. Use the Open web page or Open local document buttons to provide access to external document files. [...]
A table layout panel is a container control for laying out other controls in a grid structure. The table layout panel automatically positions child controls in a grid. The grid structure is [...]
Tab control containers pages that can contain other controls. The user selects an active page by clicking on a tab. Tab controls are commonly used to create visual focus on the controls needed [...]
The Split container control provides two panels with a movable bar between them. Dragging the movable bar resizes the amount of space allocated to each of the panels. The panels can be stacked [...]
The flow layout panel is a control which contains other controls. The flow layout panel automatically positions the child controls stacking either horizontally or vertically. Child controls will [...]
Panel controls provide a way to create logical groups of other controls. You can create visual grouping by assigning a custom background color, background image or border. Panels are commonly [...]
GroupBox controls provide a labelled grouping surrounded by a frame for other controls. They are typically used to divide up an Interface Panel by providing visual cues to the user. For example, [...]