OptionalPaneWidgetGetItems Method |
Gets the list of optional elements for the widget.
Namespace:
NetQuarry
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override string[] GetItems(
IAppContext cxt
)
Protected Overrides Function GetItems (
cxt As IAppContext
) As String()
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
StringA string array of the items including their current state.
See Also