GH_DocumentEditor.SetStatusBarEvent Method

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
)
Public Sub SetStatusBarEvent ( 
	event As GH_RuntimeMessage
)

Parameters

event
Type: Grasshopper.KernelGH_RuntimeMessage
Message to set
See Also