Panel

Summary

Represents a graphical panel project object.

Methods
Properties
Events

Structure

class Panel
start()

Starts the panel.

stop()

Stops the panel.

@on_panel_closed(sender: object, e: PanelFormClosedEventArgs)

Event is triggered when panel is closed

Parameters
is_running

Check if the panel is running

Type

bool

name

Panel's name.

Type

str