ToolStripDropDownCloseReason Enumeration
.NET Framework (current version)
Specifies the reason that a ToolStripDropDown control was closed.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| AppClicked | Specifies that the ToolStripDropDown control was closed because an application was launched. | |
| AppFocusChange | Specifies that the ToolStripDropDown control was closed because another application has received the focus. | |
| CloseCalled | Specifies that the ToolStripDropDown control was closed because the Close method was called. | |
| ItemClicked | Specifies that the ToolStripDropDown control was closed because one of its items was clicked. | |
| Keyboard | Specifies that the ToolStripDropDown control was closed because of keyboard activity, such as the ESC key being pressed. |
.NET Framework
Available since 2.0
Available since 2.0
Show: