Graphisoft®

Dialog ManagerVersion: 2.0

PushRadio::PushRadio

Class constructor.

PushRadio (
    const Panel &       panel,
    short               item
);

Constructs the PushRadio control from resource.

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

Constructs the PushRadio control with the given parameters.

Parameters

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