[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents a control that allows the user to select a single item from a list that is displayed when the user clicks a ToolStripDropDownButton. Although ToolStripDropDownMenu and ToolStripDropDown replace and add functionality to the Menu control of previous versions, Menu is retained for both backward compatibility and future use if you choose. [Property] @AutoClose=Sets a value indicating whether the ToolStripDropDown control should automatically close when it has lost activation. ARG(bool)|14|0|True,False @DropShadowEnabled=Sets a value indicating whether a three-dimensional shadow effect appears when the ToolStripDropDown is displayed. ARG(bool)|14|0|True,False [Methods] *doAllowTransparency=Sets a value indicating whether the Opacity of the form can be adjusted. ARG(bool)|1|0 *doClose=Closes the ToolStripDropDown control. ARG()|1|0 *doClose2=Closes the ToolStripDropDown control for the specified reason. ARG(ToolStripDropDownCloseReason reason)|1|0 *doOpacity=Determines the opacity of the form. ARG(double)|1|0 *doOwnerItem=Sets the ToolStripItem that is the owner of this ToolStripDropDown. ARG(ToolStripItem)|1|0 *doRegion=Sets the window region associated with the ToolStripDropDown. ARG(Region)|1|0 *doShow=Displays the ToolStripDropDown control in its default position. ARG()|1|0 *doShow2=Positions the ToolStripDropDown relative to the specified screen location. ARG(Point screenLocation)|1|0 *doShow3=Positions the ToolStripDropDown relative to the specified control location. ARG(Control visualControl, Point position)|1|0 *doShow4=Positions the ToolStripDropDown relative to the specified screen coordinates. ARG(int x, int y)|1|0 *doShow5=Positions the ToolStripDropDown relative to the specified control location and with the specified direction relative to the parent control. ARG(Point position, ToolStripDropDownDirection direction)|1|0 *doShow6=Positions the ToolStripDropDown relative to the specified control at the specified location and with the specified direction relative to the parent control. ARG(Control visualControl, Point position, ToolStripDropDownDirection direction)|1|0 *doShow7=Positions the ToolStripDropDown relative to the specified control's horizontal and vertical screen coordinates. ARG(Control visualControl, int x, int y)|1|0 *doTopLevel=Sets a value indicating whether the ToolStripDropDown is a top-level control. ARG(bool)|1|0 *doVisible=Sets a value indicating whether the ToolStripDropDown is visible or hidden. ARG(bool)|1|0 *onBackgroundImageChanged=Occurs when the value of the BackgroundImage property changes. ARG(EventArgs)|2|0 *onBackgroundImageLayoutChanged=Occurs when the value of the BackgroundImage property changes. ARG(EventArgs)|2|0 *onClosed=Occurs when the ToolStripDropDown is closed. ARG(ToolStripDropDownClosedEventArgs)|2|0 *onClosing=Occurs when the ToolStripDropDown control is about to close. ARG(ToolStripDropDownClosingEventArgs)|2|0 *onOpened=Occurs when the ToolStripDropDown is opened. ARG(EventArgs)|2|0 *onOpening=Occurs when the ToolStripDropDown control is opening. ARG(CancelEventArgs)|2|0 *onScroll=This event is not relevant for this class. ARG(ScrollEventArgs)|2|0 *AllowTransparency=Returns a value indicating whether the Opacity of the form can be adjusted. ARG(bool)|3|104 *AutoClose=Returns a value indicating whether the ToolStripDropDown control should automatically close when it has lost activation. ARG(bool)|3|104 *DropShadowEnabled=Returns a value indicating whether a three-dimensional shadow effect appears when the ToolStripDropDown is displayed. ARG(bool)|3|104 *IsAutoGenerated=Returns a value indicating whether this ToolStripDropDown was automatically generated. ARG(bool)|3|104 *Opacity=Determines the opacity of the form. ARG(double)|3|7 *OwnerItem=Returns the ToolStripItem that is the owner of this ToolStripDropDown. ARG(ToolStripItem)|3|0 *Region=Returns the window region associated with the ToolStripDropDown. ARG(Region)|3|0 *TopLevel=Returns a value indicating whether the ToolStripDropDown is a top-level control. ARG(bool)|3|104 *Visible=Returns a value indicating whether the ToolStripDropDown is visible or hidden. ARG(bool)|3|104 *visualControl=The control (typically, a ToolStripDropDownButton) that is the reference point for the ToolStripDropDown position. ARG(Control)|4|0 *direction=One of the ToolStripDropDownDirection values. ARG(ToolStripDropDownDirection)|4|0 *position=The horizontal and vertical location of the reference control's upper-left corner, in pixels. ARG(Point)|4|0 *reason=One of the ToolStripDropDownCloseReason values. ARG(ToolStripDropDownCloseReason)|4|0 *screenLocation=The horizontal and vertical location of the screen's upper-left corner, in pixels. ARG(Point)|4|0 *x=The horizontal screen coordinate, in pixels. ARG(int)|4|1 *y=The vertical screen coordinate, in pixels. ARG(int)|4|1