BCGControlBar Library for .NET
ClickedItem Property




Specifies a ToolBarMenuButton which was clicked.
Syntax
'Declaration
 
Public ReadOnly Property ClickedItem As ICommandObject
'Usage
 
Dim instance As PopupMenuItemClickEventArgs
Dim value As ICommandObject
 
value = instance.ClickedItem
public ICommandObject ClickedItem {get;}
public: __property ICommandObject* get_ClickedItem();
public:
property ICommandObject^ ClickedItem {
   ICommandObject^ 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

PopupMenuItemClickEventArgs Class
PopupMenuItemClickEventArgs Members

Send Feedback