Graphisoft®

Dialog ManagerVersion: 2.0

PushMenuRadio::PushMenuRadio

Class constructor.

PushMenuRadio (
    const Panel &       panel,
    short               item
);

Constructs the push menu radio control from resource.

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

Constructs the push menu radio control with the given parameters.

Parameters

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