BCGControlBar Library for .NET
ParentButton Property (ShowPopupMenuEventArgs)




Returns the parent menu button for a popup menu to show.
Syntax
'Declaration
 
Public ReadOnly Property ParentButton As ToolbarMenuButton
'Usage
 
Dim instance As ShowPopupMenuEventArgs
Dim value As ToolbarMenuButton
 
value = instance.ParentButton
public ToolbarMenuButton ParentButton {get;}
public: __property ToolbarMenuButton* get_ParentButton();
public:
property ToolbarMenuButton^ ParentButton {
   ToolbarMenuButton^ get();
}
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

ShowPopupMenuEventArgs Class
ShowPopupMenuEventArgs Members

Send Feedback