BCGControlBar Library for .NET
TabDockingPane Event




Raised when a DockingPane has been tabbed.
Syntax
'Declaration
 
Public Event TabDockingPane As DockEventHandler
'Usage
 
Dim instance As DockManager
Dim handler As DockEventHandler
 
AddHandler instance.TabDockingPane, handler
public event DockEventHandler TabDockingPane
public: __event DockEventHandler* TabDockingPane
public:
event DockEventHandler^ TabDockingPane
Event Data

The event handler receives an argument of type DockEventArgs containing data related to this event. The following DockEventArgs properties provide information specific to this event.

PropertyDescription
OriginalPane tGets the pane whose state has changed.
TabbedPane Gets a DockingPane, which was created as a result of creation of tabbed group. This parameter is meaningful only for TabDockingPane event.
TargetPane 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.
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

DockManager Class
DockManager Members

Send Feedback