BCGControlBar Library for .NET
TargetPane Property




Gets the pane who was the drop target for a drag&drop (or smart docking) operation, which created a tabbed group. This parameter is meaningful only for TabDockingPane event.
Syntax
'Declaration
 
Public ReadOnly Property TargetPane As DockingPane
'Usage
 
Dim instance As DockEventArgs
Dim value As DockingPane
 
value = instance.TargetPane
public DockingPane TargetPane {get;}
public: __property DockingPane* get_TargetPane();
public:
property DockingPane^ TargetPane {
   DockingPane^ 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

DockEventArgs Class
DockEventArgs Members

Send Feedback