Click or drag to resize

GH_CanvasValidator Methods

The GH_CanvasValidator type exposes the following members.

Methods
  NameDescription
Public methodAddedToCanvas
Override this method if you want to be informed when this validator gets assigned to a canvas. But *always* call the base class method.
Public methodAppliesToDocument
Public methodCanAcceptObject
Public methodCanCreateObject
Public methodCanCreateWire
Public methodCanDeleteObject
Public methodCanDeleteWire
Public methodCanDragObject
Public methodCanNavigateCanvas
Public methodCanShowCanvasMenu
Public methodCanShowComponentSearchBox
Public methodCanShowObjectMenu
Public methodRemovedFromCanvas
Override this method if you want to be informed when this validator gets removed from a canvas. But *always* call the base class method.
Top
See Also