BCGSoft.ControlBars Namespace > DockManager Class : AddDockingPaneToMDITabs Event |
'Declaration Public Event AddDockingPaneToMDITabs As DockEventHandler
'Usage Dim instance As DockManager Dim handler As DockEventHandler AddHandler instance.AddDockingPaneToMDITabs, handler
public event DockEventHandler AddDockingPaneToMDITabs
public: __event DockEventHandler* AddDockingPaneToMDITabs
public: event DockEventHandler^ AddDockingPaneToMDITabs
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.
Property | Description |
---|---|
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. |
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