RadioButton

This topic provides you with information concerning the Radio Button as well as information about its properties.

A Radio Button enables you to select an option.

This page discusses:

Layout Design

PropertiesExplanation
Is Checked Sets the button state: checked or unchecked.
Is EnabledDefines whether the widget is enabled or not.
NameName of the dialog object. Also used to generate the C++ instance name of the widget.
Is ShownDefines whether the widget is visible or not.
AttachedToBottomSets whether the widget is attached to the bottom side of the grid.
AttachedToleftSets whether the widget is attached to the left side of the grid.
AttachedToRightSets whether the widget is attached to the right side of the grid.
AttachedToTopSets whether the widget is attached to the top of the grid.
ConstantHeightSets whether the widget has a constant height.
ConstantWidthSets whether the widget has a constant width.
Button lookIs set to true if the text is located in the button.
TitleCorresponds to the title or to the text content of the widget.

Knowledge Items

ItemsDescription
VisibilityWidget display.
SensitivityActivation of the widget ( react to user interactions or not).