UserInterfaceTextBoxOnEditCanceled Method |
Called when Escape is pressed. The text has already been put back to what
it was when the box took focus. The default implementation raises the
EditCanceled event.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxprotected virtual void OnEditCanceled()
Protected Overridable Sub OnEditCanceled
See Also