Version

UltraDockManager Class Methods

For a list of all members of this type, see UltraDockManager members.

Public Methods
 NameDescription
Public MethodBeginUpdate (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden. Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources.  
Public MethodDockControlsCreates a new dock area and new DockableControlPane instances for the specified controls.  
Public MethodElementFromPointReturns the UIElement at the point specified.  
Public MethodEndUpdateOverloaded.  (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public MethodFlyInOverloaded. Hides the current flyout DockableControlPane  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodHideAllHides all visible panes  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodLoadComponentSettingsLoads the user configuration settings for this component.  
Public MethodLoadFromBinaryOverloaded. Loads the docked window information from the specified stream containing a serialized UltraDockManager using the SaveAsBinary(Stream) method.  
Public MethodLoadFromXMLOverloaded. Loads the docked window information from the specified stream containing a serialized UltraDockManager using the SaveAsXML(Stream) method.  
Public MethodPaneFromControlReturns the DockableControlPane which contains the specified control.  
Public MethodPaneFromKeyReturns the pane with the specified key.  
Public MethodPaneFromPositionOverloaded. Returns the pane at the specified position.  
Public MethodPinAllPins all visible, unpinned DockableControlPane instances  
Public MethodResetComponentSettingsResets the user configuration settings for this component.  
Public MethodResetControlPanesResets the ControlPanes property to its default value.  
Public MethodResetCursor (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public MethodResetDefaultGroupSettingsResets the DefaultGroupSettings property to its default value.  
Public MethodResetDefaultPaneSettingsResets the DefaultPaneSettings property to its default value.  
Public MethodResetDragWindowColorResets the DragWindowColor property to its default value.  
Public MethodResetImageSizeCaptionResets the ImageSizeCaption property to its default value.  
Public MethodResetImageSizeTabResets the ImageSizeTab property to its default value.  
Public MethodResetImageTransparentColorResets the ImageTransparentColor property to its default value.  
Public MethodResetNavigatorSettingsResets the NavigatorSettings property to its default value.  
Public MethodResetSplitterBarAppearanceResets the SplitterBarAppearance property to its default value.  
Public MethodResetUnpinnedTabAreaAppearanceResets the UnpinnedTabAreaAppearance property to its default value.  
Public MethodResumeLayoutReenables the layout manager causing the control to recalculate the pane sizes.  
Public MethodSaveAsBinaryOverloaded. Saves the docked window information into the specified stream as binary data.  
Public MethodSaveAsXMLOverloaded. Saves the docked window information into the specified stream as xml/soap data.  
Public MethodSaveComponentSettingsSaves the user configuration settings for this component.  
Public MethodShowAllOverloaded. Shows all hidden panes  
Public MethodShowNavigatorDisplays the Navigator user interface.  
Public MethodSuspendLayoutPrevents the layout manager from changing the size of panes.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodUnpinAllUnpins all visible, pinned DockableControlPane instances  
Public MethodValidateChildrenOverloaded. Invokes the ValidateChildren of the HostControl or WindowDockingAreas that represent the dock areas. See ContainerControl.ValidateChildren for details about the ValidationConstraints and ValidateChildren method.  
Protected Methods
 NameDescription
Protected MethodChangeControlsEnabledStateOverridden. Toggles the enabled state of the managed controls  
Protected MethodChangeControlsVisibleStateOverridden. Toggles the visible state of the managed controls  
Protected MethodCreateComponentRoleOverridden. Factory method used to create the component role that provides the style information for the control.  
Protected MethodDirtyChildElementsOverridden. Dirties the control uielements associated with the managed controls.  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetObjectDataInvoked during the serialization of the object.  
Protected MethodGetSelectionManager (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodInitializeFloatingWindowContainerGets called when a floating window is being initialized to host a dock area pane which has just been floated.  
Protected MethodInitializeFromUsed during deserialization to initialize the component with the properties of the serialized UltraDockManager component  
Protected MethodInvalidateControlsOverridden. Invalidates the control uielements associated with the managed controls.  
Protected MethodIsPaneOnActiveWindowGets the value which indicates whether the specified pane is on the active window.  
Protected MethodManagedControlInitializedOverridden. Invoked when an UnpinnedTabArea, AutoHideControl or DockedWindowArea control is initialized.  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnAfterDockChangeRaises the AfterDockChange event when a pane drag operation is completed.  
Protected MethodOnAfterHideFlyoutRaises the AfterHideFlyout event when an unpinned DockableControlPane is hidden  
Protected MethodOnAfterNavigatorClosedRaises the AfterNavigatorClosed event after the Navigator user interface has been closed.  
Protected MethodOnAfterPaneButtonClickRaises the AfterPaneButtonClick event after the action associated with a pane caption's button is executed.  
Protected MethodOnAfterSplitterDragRaises the AfterSplitterDrag event after a splitter bar has been repositioned.  
Protected MethodOnAfterToggleDockStateRaises the AfterToggleDockState event after a pane's DockedState has been changed from docked to floating or vice versa.  
Protected MethodOnBeforeDockChangeRaises the BeforeDockChange event as a docked window is being dragged.  
Protected MethodOnBeforeDockChangeStartRaises the BeforeDockChangeStart event before a drag of a pane begins.  
Protected MethodOnBeforeNavigatorDisplayedRaises the BeforeNavigatorDisplayed event before the Navigator user interface is displayed.  
Protected MethodOnBeforePaneButtonClickRaises the BeforePaneButtonClick event before the action associated with a pane caption's button is executed.  
Protected MethodOnBeforeShowFlyoutRaises the BeforeShowFlyout event when an unpinned DockableControlPane is about to be displayed.  
Protected MethodOnBeforeSplitterDragRaises the BeforeSplitterDrag event before a splitter bar is repositioned.  
Protected MethodOnBeforeToggleDockStateRaises the BeforeToggleDockState event before a pane's docked state is toggled.  
Protected MethodOnBeginInitInvoked during the System.ComponentModel.ISupportInitialize.BeginInit of the component.  
Protected MethodOnDeserializationInvoked after the entire object graph has been deserialized.  
Protected MethodOnDoubleClickSplitterBarRaises the DoubleClickSplitterBar event when a splitter bar has been double clicked.  
Protected MethodOnEndInitInvoked during the System.ComponentModel.ISupportInitialize.EndInit of the component.  
Protected MethodOnInitializeNavigatorItemRaises the InitializeNavigatorItem event for an item in the Navigator user interface.  
Protected MethodOnInitializeNavigatorItemDescriptionRaises the InitializeNavigatorItemDescription event for an item in the Navigator user interface, the first time it is selected.  
Protected MethodOnInitializePaneRaises the InitializePane event when a DockablePaneBase is created.  
Protected MethodOnLayoutLoadedCalled after a layout file is loaded with one of the LoadFromBinary or LoadFromXML overloads.  
Protected MethodOnMouseEnterElementOverridden. Raises the Infragistics.Win.UltraComponentControlManagerBase.MouseEnterElement event when the mouse is moved over a UIElement.  
Protected MethodOnMouseLeaveElementOverridden. Raises the Infragistics.Win.UltraComponentControlManagerBase.MouseLeaveElement event when the mouse is moved out of a UIElement.  
Protected MethodOnPaneActivateRaises the PaneActivate event when a DockableControlPane contains the active control.  
Protected MethodOnPaneDeactivateRaises the PaneDeactivate event when a DockableControlPane no longer contains the active control.  
Protected MethodOnPaneDisplayedRaises the PaneDisplayed event when a DockableControlPane is brought into view.  
Protected MethodOnPaneHiddenRaises the PaneHidden event when a DockableControlPane is hidden from view.  
Protected MethodOnPropertyChangedOverridden. Invoked when a property on the component or subobject of the component has changed.  
Protected MethodOnSubObjectPropChangedCalled when a property on a sub object has changed.  
Protected MethodShouldSerializeControlPanes

Returns a Boolean value that determines whether the ControlPanes property is set to its default value.

 
Protected MethodShouldSerializeCursor (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodShouldSerializeDefaultGroupSettings

Returns a Boolean value that determines whether the DefaultGroupSettings property is set to its default value.

 
Protected MethodShouldSerializeDefaultPaneSettings

Returns a Boolean value that determines whether the DefaultPaneSettings property is set to its default value.

 
Protected MethodShouldSerializeDockAreas

Returns a Boolean value that determines whether the DockAreas property is set to its default value.

 
Protected MethodShouldSerializeDragWindowColor

Returns a Boolean value that determines whether the DragWindowColor property is set to its default value.

 
Protected MethodShouldSerializeImageSizeCaption

Returns a Boolean value that determines whether the ImageSizeCaption property is set to its default value.

 
Protected MethodShouldSerializeImageSizeTab

Returns a Boolean value that determines whether the ImageSizeTab property is set to its default value.

 
Protected MethodShouldSerializeImageTransparentColor

Returns a Boolean value that determines whether the ImageTransparentColor property is set to its default value.

 
Protected MethodShouldSerializeNavigatorSettings

Returns a Boolean value that determines whether the NavigatorSettings property is set to its default value.

 
Protected MethodShouldSerializeSplitterBarAppearanceIndicates whether the SplitterBarAppearance property contains data that needs to be serialized.  
Protected MethodShouldSerializeUnpinnedTabAreaAppearanceIndicates whether the UnpinnedTabAreaAppearance property contains data that needs to be serialized.  
See Also