BCGControlBar Library for .NET
PopupMenuItemClickEventArgs Constructor




Specifies a ToolBarMenuButton which was clicked within the PopupMenuBar.
Initializes a new instance of the PopupMenuItemClickEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal clickedObject As ICommandObject _
)
'Usage
 
Dim clickedObject As ICommandObject
 
Dim instance As New PopupMenuItemClickEventArgs(clickedObject)
public PopupMenuItemClickEventArgs( 
   ICommandObject clickedObject
)
public: PopupMenuItemClickEventArgs( 
   ICommandObject* clickedObject
)
public:
PopupMenuItemClickEventArgs( 
   ICommandObject^ clickedObject
)

Parameters

clickedObject
Specifies a ToolBarMenuButton which was clicked within the PopupMenuBar.
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

PopupMenuItemClickEventArgs Class
PopupMenuItemClickEventArgs Members

Send Feedback