In This Article

TabbedMdiWindowCloseReason Enum

Specifies why a TabbedMdiWindow was closed.

public enum TabbedMdiWindowCloseReason

Fields

Name Description
DockManagerDisposing

The close was due to the owner DockManager disposing.

Programmatic

The close was programmatically initiated.

User

The close was triggered by an action of the end user.