[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides basic functionality for controls that display a ToolStripDropDown when a ToolStripDropDownButton, ToolStripMenuItem, or ToolStripSplitButton control is clicked. [Property] @DropDown=Sets the ToolStripDropDown that will be displayed when this ToolStripDropDownItem is clicked. ARG(ToolStripDropDown)|20|(empty)|ToolStripDropDown [Methods] *doDropDownDirection=Sets a value indicating the direction in which the ToolStripDropDownItem emerges from its parent container. ARG(ToolStripDropDownDirection)|1|0 *doHideDropDown=Makes a visible ToolStripDropDown hidden. ARG()|1|0 *doShowDropDown=Displays the ToolStripDropDownItem control associated with this ToolStripDropDownItem. ARG()|1|0 *onDropDownClosed=Occurs when the ToolStripDropDown closes. ARG(EventArgs)|2|0 *onDropDownItemClicked=Occurs when the ToolStripDropDown is clicked. ARG(ToolStripItemClickedEventArgs)|2|0 *onDropDownOpened=Occurs when the ToolStripDropDown has opened. ARG(EventArgs)|2|0 *onDropDownOpening=Occurs as the ToolStripDropDown is opening. ARG(EventArgs)|2|0 *DropDown=Returns the ToolStripDropDown that will be displayed when this ToolStripDropDownItem is clicked. ARG(ToolStripDropDown)|3|0 *DropDownDirection=Returns a value indicating the direction in which the ToolStripDropDownItem emerges from its parent container. ARG(ToolStripDropDownDirection)|3|0 *DropDownItems=Returns the collection of items in the ToolStripDropDown that is associated with this ToolStripDropDownItem. ARG(ToolStripItemCollection)|3|0 *HasDropDownItems=Returns a value indicating whether the ToolStripDropDownItem has ToolStripDropDown controls associated with it. ARG(bool)|3|104 *Pressed=Returns a value indicating whether the ToolStripDropDownItem is in the pressed state. ARG(bool)|3|104