Specifies the reason that a System.Windows.Forms.ToolStripDropDown control was closed.
Member Name | Description |
---|---|
AppClicked |
Specifies that the System.Windows.Forms.ToolStripDropDown control was closed because an application was launched. |
AppFocusChange |
Specifies that the System.Windows.Forms.ToolStripDropDown control was closed because another application has received the focus. |
CloseCalled |
Specifies that the System.Windows.Forms.ToolStripDropDown control was closed because the ToolStripDropDown.Close method was called. |
ItemClicked |
Specifies that the System.Windows.Forms.ToolStripDropDown control was closed because one of its items was clicked. |
Keyboard |
Specifies that the System.Windows.Forms.ToolStripDropDown control was closed because of keyboard activity, such as the ESC key being pressed. |