![]() |
• Effect Manager |
|
API Links
Developer Links
|
PanelController::GetLastWidgetDefined in:
Returns the first panel item for a panel controller.
C4Panels.hPrototype
Description
The GetLastWidget function returns the last panel item attached to a panel controller. The entire list of panel items can be iterated by calling the ListElement::Previous function on the returned object. If a panel controller has no panel items, then the GetLastWidget returns nullptr.
See Also
|