Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1940
Exception in AutoHideControl
posted

Hello,

i am receiving a NullReferenceException in AutoHideControl. This error only occurs if my form is displaying an MDI control which is a pane of the docking manager.

Error occurs as soon as clicking the Unpin button on a pane that is docked at the right side of the screen.

bei Infragistics.Win.UltraWinDock.AutoHideControl.OnSubObjectPropChanged(PropChangeInfo propChange)
bei Infragistics.Shared.SubObjectPropChangeEventHandler.Invoke(PropChangeInfo propChange)
bei Infragistics.Shared.SubObjectBase.NotifyPropChange(PropChangeInfo trigger)
bei Infragistics.Win.UltraWinDock.DockableControlPane.Unpin()
bei Infragistics.Win.UltraWinDock.DockableGroupPane.Unpin()
bei Infragistics.Win.UltraWinDock.DockablePaneBase.ProcessButtonClickImpl(PaneButton button, PaneCaptionButtonUIElement buttonElem)
bei Infragistics.Win.UltraWinDock.DockablePaneBase.ProcessButtonClick(PaneButton button, PaneCaptionButtonUIElement buttonElem)
bei Infragistics.Win.ControlUIElementBase.ProcessMouseUpHelper(Object sender, MouseEventArgs e)
bei Infragistics.Win.ControlUIElementBase.ProcessMouseUp(Object sender, MouseEventArgs e)
bei Infragistics.Win.Utilities.ProcessEvent(Control control, ProcessEvent eventToProcess, EventArgs e)
bei Infragistics.Win.ManagedContainerControlBase.OnMouseUp(MouseEventArgs e)
bei Infragistics.Win.UltraWinDock.DockControlBase.OnMouseUp(MouseEventArgs e)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Blue