BCGControlBar Library for .NET
RectParentMenuButton Property (PopupMenuBar)




If the popup menu has a parent menu button and this menu button is located on the toolbar, its boundaries in client coordinates of the popup menu will be returned. Otherwise, an empty rectangle.
Syntax
'Declaration
 
Public Overrides ReadOnly Property RectParentMenuButton As Rectangle
'Usage
 
Dim instance As PopupMenuBar
Dim value As Rectangle
 
value = instance.RectParentMenuButton
public override Rectangle RectParentMenuButton {get;}
public: __property Rectangle get_RectParentMenuButton() override;
public:
property Rectangle RectParentMenuButton {
   Rectangle get() override;
}
Requirements

Target Platforms: 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

Reference

PopupMenuBar Class
PopupMenuBar Members
Base Implementation in RectParentMenuButton

Send Feedback