BCGControlBar Library for .NET
Item Property (ToolboxItemClickEventArgs)




Specifies a reference to toolbox item.
Syntax
'Declaration
 
Public ReadOnly Property Item As ToolboxItem
'Usage
 
Dim instance As ToolboxItemClickEventArgs
Dim value As ToolboxItem
 
value = instance.Item
public ToolboxItem Item {get;}
public: __property ToolboxItem* get_Item();
public:
property ToolboxItem^ Item {
   ToolboxItem^ 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

ToolboxItemClickEventArgs Class
ToolboxItemClickEventArgs Members

Send Feedback