'Declaration
Function Close( _ ByVal closeReason As CloseReason _ ) As Boolean
bool Close( CloseReason closeReason )
Parameters
- closeReason
- The reason that the node is being closed.
Return Value
True if the close was successful, false if it was unsuccessful or canceled by the user.