Version

ShowPopup Method (UltraToolbarsManager)

Displays the PopupToolBase as a context popup at the specified point (supplied in screen coordinates) while ensuring that the popup does not obscure the area defined by the specified rect.
Overload List
OverloadDescription
ShowPopup(String,Point,Control,Rectangle,DropDownPosition,Control,Boolean)Displays the PopupToolBase as a context popup at the specified point (supplied in screen coordinates) while ensuring that the popup does not obscure the area defined by the specified rect.  
ShowPopup(String,Point,Control,Rectangle,DropDownPosition,Control,Boolean,Boolean)Displays the PopupToolBase as a context popup at the specified point (supplied in screen coordinates) while ensuring that the popup does not obscure the area defined by the specified rect.  
ShowPopup(String)Displays the PopupToolBase as a context popup at the current mouse position.  
ShowPopup(String,Boolean)Displays the PopupToolBase as a context popup at the current mouse position.  
ShowPopup(String,Point)Displays the PopupToolBase as a context popup at the specified point (supplied in screen coordinates).  
ShowPopup(String,Control)Displays the PopupToolBase as a context popup at the current mouse position.  
ShowPopup(String,Control,Point)Displays the PopupToolBase as a context popup at the specified point (supplied in screen coordinates).  
ShowPopup(String,Point,Control)Displays the PopupToolBase as a context popup at the specified point (supplied in screen coordinates).  
ShowPopup(String,Point,Control,Boolean)Displays the PopupToolBase as a context popup at the specified point (supplied in screen coordinates).  
ShowPopup(String,Point,Control,Rectangle,DropDownPosition)Displays the PopupToolBase as a context popup at the specified point (supplied in screen coordinates) while ensuring that the popup does not obscure the area defined by the specified rect.  
ShowPopup(String,Point,Control,Rectangle,DropDownPosition,Control)Displays the PopupToolBase as a context popup at the specified point (supplied in screen coordinates) while ensuring that the popup does not obscure the area defined by the specified rect.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also