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