ToolStripDropDownItemAccessibleObject(ToolStripDropDownItem) Constructor

Definition

Initializes a new instance of the ToolStripDropDownItemAccessibleObject class with the specified ToolStripDropDownItem.

public:
 ToolStripDropDownItemAccessibleObject(System::Windows::Forms::ToolStripDropDownItem ^ item);
public ToolStripDropDownItemAccessibleObject (System.Windows.Forms.ToolStripDropDownItem item);
new System.Windows.Forms.ToolStripDropDownItemAccessibleObject : System.Windows.Forms.ToolStripDropDownItem -> System.Windows.Forms.ToolStripDropDownItemAccessibleObject
Public Sub New (item As ToolStripDropDownItem)

Parameters

Applies to