Graphisoft®

Dialog ManagerVersion: 2.0

IconRadioButton::IconRadioButton

Class constructor.

IconRadioButton (
    const Panel &       panel,
    short               item
);

Constructs the IconRadioButton control from resource.

IconRadioButton (
    const Panel &       panel,
    const Rect &        rect,
    short               groupId
);

Constructs the IconRadioButton control with the given parameters.

Parameters

panel
A reference to the parent panel of the IconRadioButton control.
item
The item ID of the IconRadioButton control.
rect
A reference to the bounding rectangle of the IconRadioButton control.
groupId
The group ID of the IconRadioButton control. It defines the 1-based index of the group to which the control belongs.