| Cisco Packet Tracer Extensions API 8.1.0
    API for communication between Cisco Packet Tracer application and its extension applications and modules. | 
ActiveDialog is the class of dockable active dialogs. More...
| Public Member Functions | |
| void | setVisible (bool) | 
| Shows or hides the current active dialog widget from view.  More... | |
| void | setDisable (bool) | 
| Enables or disables input events to the current active dialog widget.  More... | |
ActiveDialog is the class of dockable active dialogs.
| void ActiveDialog::setDisable | ( | bool | ) | 
Enables or disables input events to the current active dialog widget.
| bDisabled,true | disables input events to the widget, false enables it. | 
| void ActiveDialog::setVisible | ( | bool | ) | 
Shows or hides the current active dialog widget from view.
| bVisible,true | shows the widget, false hides it. |