PushMenuRadio::PushMenuRadio
PushMenuRadio (
const Panel & panel,
short item
);
PushMenuRadio (
const Panel & panel,
const Rect & rect,
short groupId
);
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.