Version

DropDownManagerParameters Structure Members

The following tables list the members exposed by DropDownManagerParameters.

Public Constructors
 NameDescription
Public ConstructorDropDownManagerParameters ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyAlignRightIf true wil attempt to place the dropdown's upper right corner at the location point.  
Public PropertyAutoCloseUpIf dropdown should be automatically closed when mouse is clicked outside of dropdown.  
Public PropertyAutoCloseUpHandlerCallback that should be invoked when the dropdown is being automatically closed.  
Public PropertyBeforeCloseUpHandlerThis method will be called before the dropdown is closed.  
Public PropertyClearExistingIf any currently dropped down windows should be closed.  
Public PropertyCloseUpHandlerThe method will be called after the dropdown closes up.  
Public PropertyDropDownControlThe control that will be placed on the dropdown form to take up its entire client area.  
Public PropertyDropDownFormIdentifierGets or sets the identifier for the DropDownForm.  
Public PropertyDropDownPositionDetermines where to place the dropdown with respect to the exclusion rect.  
Public PropertyDropDownResizeHandleOwnerReturns the owner of the resize handle  
Public PropertyDropDownSizeThe requested size of the dropdown.  
Public PropertyEatMouseMessageOnAutoCloseupIf true will eat the mouse message that caused the closeup  
Public PropertyEditControlAn optional edit control. Clicking on this edit window with the mouse will not cause the dropdown to closeup.  
Public PropertyExclusionAreaThis rect (in screen coordinates) will not be obscured by the dropdown.  
Public PropertyIgnoreClicksInExclusionAreaIf false then clicks inside the exclusion area should automatically close the dropdown.  
Public PropertyLocationWhere to try to place the dropdown (in screen coordinates).  
Public PropertyOwnerThe control that owns the dropdown  
Public PropertyRepositionInfoGets or sets the information needed to reposition the drop down if there is not enough room for it on screen.  
Public PropertyRoundedCornersGets/Sets which corners will be drawn rounded.  
Public PropertyShouldFadeOnCloseShould the dropdown fade out when closed  
Public PropertyUsePriorityMessageFilterReturns or sets a boolean indicating whether the message filter used by the dropdownmanager should attempt to be inserted at the head of the chain.  
See Also