Graphisoft®

Dialog ManagerVersion: 2.0

UserItem::UserItem

Class constructor.

UserItem (
    const Panel &       panel,
    short               item
);

Constructs the user item from resource.

UserItem (
    const Panel &       panel,
    const Rect &        rect,
    UserItemType        itemType = Normal,
    FrameType           frameType = NoFrame
);

Constructs the user item with the given parameters.

Parameters

panel
The parent panel of the user item.
item
The item ID of the user item.
rect
The bounding rectangle of the user item.
itemType
The update type of the user item.
frameType
The frame type of the user item.