The following tables list the members exposed by DropDownManagerParameters.
Name | Description | |
---|---|---|
DropDownManagerParameters Constructor | Constructor. |
Name | Description | |
---|---|---|
AlignRight | If true wil attempt to place the dropdown's upper right corner at the location point. | |
AutoCloseUp | If dropdown should be automatically closed when mouse is clicked outside of dropdown. | |
AutoCloseUpHandler | Callback that should be invoked when the dropdown is being automatically closed. | |
BeforeCloseUpHandler | This method will be called before the dropdown is closed. | |
ClearExisting | If any currently dropped down windows should be closed. | |
CloseUpHandler | The method will be called after the dropdown closes up. | |
DropDownControl | The control that will be placed on the dropdown form to take up its entire client area. | |
DropDownFormIdentifier | Gets or sets the identifier for the DropDownForm. | |
DropDownPosition | Determines where to place the dropdown with respect to the exclusion rect. | |
DropDownResizeHandleOwner | Returns the owner of the resize handle | |
DropDownSize | The requested size of the dropdown. | |
EatMouseMessageOnAutoCloseup | If true will eat the mouse message that caused the closeup | |
EditControl | An optional edit control. Clicking on this edit window with the mouse will not cause the dropdown to closeup. | |
ExclusionArea | This rect (in screen coordinates) will not be obscured by the dropdown. | |
IgnoreClicksInExclusionArea | If false then clicks inside the exclusion area should automatically close the dropdown. | |
Location | Where to try to place the dropdown (in screen coordinates). | |
Owner | The control that owns the dropdown | |
RepositionInfo | Gets or sets the information needed to reposition the drop down if there is not enough room for it on screen. | |
RoundedCorners | Gets/Sets which corners will be drawn rounded. | |
ShouldFadeOnClose | Should the dropdown fade out when closed | |
UsePriorityMessageFilter | Returns or sets a boolean indicating whether the message filter used by the dropdownmanager should attempt to be inserted at the head of the chain. |