ClearCanvas.Desktop.Shelf.Host.Exit C# (CSharp) Method

Exit() public method

public Exit ( ) : void
return void
            public override void Exit()
            {
                _shelf._exitRequestedByComponent = true;
                // close the shelf
                _shelf.Close(UserInteraction.Allowed, CloseReason.Program);
            }
Shelf.Host