Version

PopupHelper Class Members

The following tables list the members exposed by PopupHelper.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)DropDownButtonPropertyDropDownButton Attached Dependency Property  
Public Fieldstatic (Shared in Visual Basic)HandleMouseDownOnClosePropertyHandleMouseDownOnClose Attached Dependency Property  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)BringToFrontMethod used to try and bring a  
Public Methodstatic (Shared in Visual Basic)GetDropDownButtonGets the button that acts as the dropdown button for the popup.  
Public Methodstatic (Shared in Visual Basic)GetHandleMouseDownOnCloseReturns a boolean indicating if the PreviewMouseDown of the Popup should be marked as handled when the Popup is closed.  
Public Methodstatic (Shared in Visual Basic)SetDropDownButtonSets the button that acts as the dropdown button for the popup.  
Public Methodstatic (Shared in Visual Basic)SetHandleMouseDownOnCloseReturns a boolean indicating if the PreviewMouseDown of the Popup should be marked as handled when the Popup is closed.  
See Also