Version

DropDownManager Class Members

The following tables list the members exposed by DropDownManager.

Public Fields
 NameDescription
Public FieldDROPDOWN_RESIZE_HANDLE_HEIGHTThe height of the dropdown resize handle.  
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)AutoCloseUpSuspendedReturns true between calls to SuspendAutoCloseUp and ResumeAutoCloseUp.  
Public Propertystatic (Shared in Visual Basic)DropDownResizeHandleDefaultStyleGets/Sets the default value for the resize handle style.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CalculateDropRectOverloaded. Calculates the rect where a drop down will actually be when requested to be in the specified rect  
Public Methodstatic (Shared in Visual Basic)CalculateRestrictToRectCalculates the rect where a drop down will be restricted to.  
Public Methodstatic (Shared in Visual Basic)CloseDropDownStatic method that closes the dropdown  
Public MethodCreateDropDownFormCreates the DropDownForm.  
Public Methodstatic (Shared in Visual Basic)DropDownOverloaded. Static method that creates and displays a dropdown window  
Public Methodstatic (Shared in Visual Basic)GetActualDropDownPositionStatic method that returns the actual position of the dropdown.  
Public Methodstatic (Shared in Visual Basic)GetAlignRightStatic method that returns the align right preference of the dropdown.  
Public Methodstatic (Shared in Visual Basic)GetCurrentDropDownControlStatic method that returns the current dropdown control.  
Public Methodstatic (Shared in Visual Basic)GetDropDownPositionStatic method that returns the position of the dropdown.  
Public MethodGetDropdownResizeHandleHeightOverloaded. The height of the dropdown resize handle.  
Public Methodstatic (Shared in Visual Basic)GetDropDownScreenRectStatic method that returns the rect of the dropdown in screen coordinates.  
Public Methodstatic (Shared in Visual Basic)GetExclusionScreenRectStatic method that returns the rect of the exclusion area in screen coordinates.  
Public Methodstatic (Shared in Visual Basic)GetOriginalRequestedScreenRectStatic method that returns the original requested rect of the dropdown in screen coordinates. This rect can differ from the dropdown rect if the window had to be repositioned by the manager due to screen size limitations.  
Public Methodstatic (Shared in Visual Basic)GetRepositionInfoStatic method that returns the reposition information of the dropdown.  
Public Methodstatic (Shared in Visual Basic)GetRequiredGrabHandleLocationGets the grab handle location which should be used for a drop down given the specified information.  
Public Methodstatic (Shared in Visual Basic)GetResolvedDropDownHandleStyleReturns the resolved dropdown handle style.  
Public Methodstatic (Shared in Visual Basic)HideDropDownStatic method that hides the dropdown.  
Public Methodstatic (Shared in Visual Basic)IsDropDownControlStatic method that returns whether the control is dropped down.  
Public Methodstatic (Shared in Visual Basic)IsDroppedDownStatic method that returns whether the drop down is dropped down  
Public Methodstatic (Shared in Visual Basic)ResetDropDownPositionAndSizeOverloaded. Static method that resizes and repositions the dropdown based on the supplied screen rect.  
Public Methodstatic (Shared in Visual Basic)ResumeAutoCloseUpStatic method that resumes close up requests based on mouse clicks outside the dropdown areas.  
Public Methodstatic (Shared in Visual Basic)SetExclusionScreenRectStatic method that sets the rect of the exclusion area in screen coordinates.  
Public Methodstatic (Shared in Visual Basic)SuspendAutoCloseUpStatic method that suspends close up requests based on mouse clicks outside the dropdown areas.  
Public Methodstatic (Shared in Visual Basic)UnHideDropDownStatic method that unhides (shows) the dropdown.  
Public Events
 NameDescription
Public EventActivationChangedRaised when a WM_ACTIVATEAPP or a WM_MDIACTIVATE message is received.  
See Also