BCGControlBar Library for .NET
OnDrop Method (ToolboxControl)




Syntax
'Declaration
 
Public Overridable Sub OnDrop( _
   ByVal posTarget As ItemPosition, _
   ByVal button As ToolboxItem _
) 
'Usage
 
Dim instance As ToolboxControl
Dim posTarget As ItemPosition
Dim button As ToolboxItem
 
instance.OnDrop(posTarget, button)
public virtual void OnDrop( 
   ItemPosition posTarget,
   ToolboxItem button
)
public: virtual void OnDrop( 
   ItemPosition* posTarget,
   ToolboxItem* button
) 
public:
virtual void OnDrop( 
   ItemPosition^ posTarget,
   ToolboxItem^ button
) 

Parameters

posTarget
button
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

ToolboxControl Class
ToolboxControl Members

Send Feedback