Namespace: Consultingwerk.Windows.Util
Class 
UltraDockManagerController Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:UltraDockManagerController
Purpose:Provides additional Control for the UltraDockManager
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Aug 03 14:43:03 CEST 2012



Top Method Summary
Options Name Purpose
# BeforeDockChangeStartHandler (Object, CancelablePaneEventArgs) Event handler for the BeforeDockChangeStart event
# BeforeToggleDockStateHandler (Object, CancelablePaneEventArgs) Event handler for the BeforeToggleDockState event
+ LOGICAL ContainsPane (DockableGroupPane, DockableControlPane) Recursively searches for a child pane in the parent
+ EnforcePaneIsDocked (Control) Enforces that the Dockable Pane of the given Control remains docked in the main form
+ EnforcePaneIsDocked (DockableControlPane) Enforces that a DockableControlPane remains docked in the main form

Top Constructor Summary
Options Name Purpose
+ UltraDockManagerController (UltraDockManager) Constructor for the UltraDockManagerController class

Top Property Summary
Options Name Purpose
+ LOGICAL BeepWhenCancellingDrag
+ Infragistics.Win.UltraWinDock.UltraDockManager DockManager


Method Detail
Top

PROTECTED BeforeDockChangeStartHandler (Object, CancelablePaneEventArgs)

Purpose: Event handler for the BeforeDockChangeStart event
Notes:

Parameters:
sender System.Object
The object that has raised the BeforeDockChangeStart event
e Infragistics.Win.UltraWinDock.CancelablePaneEventArgs
The CancelablePaneEventArgs instance with the data for this event
Top

PROTECTED BeforeToggleDockStateHandler (Object, CancelablePaneEventArgs)

Purpose: Event handler for the BeforeToggleDockState event
Notes:

Parameters:
sender System.Object
The object that has raised the BeforeToggleDockState event
e Infragistics.Win.UltraWinDock.CancelablePaneEventArgs
The CancelablePaneEventArgs instance with the data for this event
Top

PUBLIC LOGICAL ContainsPane (DockableGroupPane, DockableControlPane)

Purpose: Recursively searches for a child pane in the parent
Notes:

Parameters:
poParentPane Infragistics.Win.UltraWinDock.DockableGroupPane
The DockableGroupPane or DockAreaPane to look in
poChildPane Infragistics.Win.UltraWinDock.DockableControlPane
The childpane to look for
Returns LOGICAL
Logical value indicating if the pane is contained in the parent pane
Top

PUBLIC EnforcePaneIsDocked (Control)

Purpose: Enforces that the Dockable Pane of the given Control remains docked in the main form
Notes:

Parameters:
poControl System.Windows.Forms.Control
The Control who's DockableControlPane should always remain docked in the main form
Top

PUBLIC EnforcePaneIsDocked (DockableControlPane)

Purpose: Enforces that a DockableControlPane remains docked in the main form
Notes:

Parameters:
poPane Infragistics.Win.UltraWinDock.DockableControlPane
The DockableControlPane that should always remain docked in the main form


Constructor Detail
Top

PUBLIC UltraDockManagerController (UltraDockManager)

Purpose: Constructor for the UltraDockManagerController class
Notes:

Parameters:
poDockManager Infragistics.Win.UltraWinDock.UltraDockManager
The reference to the UltraDockManager controlled by the new instance


Property Detail
Top

PUBLIC LOGICAL BeepWhenCancellingDrag


Returns LOGICAL
Top

PUBLIC Infragistics.Win.UltraWinDock.UltraDockManager DockManager


Returns Infragistics.Win.UltraWinDock.UltraDockManager


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:25:41