Click or drag to resize

GH_DocumentEditorSetStatusBarEvent Method

Set a new message on the Grasshopper status bar.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void SetStatusBarEvent(
	GH_RuntimeMessage event
)

Parameters

event
Type: Grasshopper.KernelGH_RuntimeMessage
Message to set
See Also