System.Windows.Forms.ToolStripDropDownCloseReason Enumeration

Specifies the reason that a System.Windows.Forms.ToolStripDropDown control was closed.

Syntax

public enum ToolStripDropDownCloseReason

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0