Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
PrintDialogPT4 allows for UI manipulation of the Print Dialog. More...
Public Member Functions | |
void | setWidgetDisable (string, bool) |
Enables or disables input events to the specified widget. More... | |
PrintDialogPT4 allows for UI manipulation of the Print Dialog.
void PrintDialogPT4::setWidgetDisable | ( | string | , |
bool | |||
) |
Enables or disables input events to the specified widget.
widgetName,name | of the widget to enable or disable. |
bVisible,true | to disable input events to the specified widget, false to enable input events. |