BCGControlBar Library for .NET
FloatPane Event




Raised when a DockingPane has been floated.
Syntax
'Declaration
 
Public Event FloatPane As DockEventHandler
'Usage
 
Dim instance As DockManager
Dim handler As DockEventHandler
 
AddHandler instance.FloatPane, handler
public event DockEventHandler FloatPane
public: __event DockEventHandler* FloatPane
public:
event DockEventHandler^ FloatPane
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