|
OnDisable
The virtual handler of the internal "Disable" event (if disabled, it cannot respond to user interaction).
virtual bool OnDisable() |
Return Value
true - event processed, otherwise - false.
Note
The base class method does nothing and always returns true.