Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockingPanelContainer Interface

In This Topic
    INDockingPanelContainer Interface Methods
    In This Topic

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

    Public Methods
     NameDescription
     MethodActivates the control and tries to give focus to a child control. (Inherited from Nevron.UI.WinForm.Docking.INSelectableControl)
     MethodMakes the panel autohidden onto the container where it currently resides. (Inherited from Nevron.UI.WinForm.Docking.INDockingPanel)
     MethodChecks whether the specified panel can be docked on the container.  
     MethodExamines the provided mouse event arguments and checks whether a drag operation can begin. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
     MethodDetermines whether the current instance might be parented by the specified container. (Inherited from Nevron.UI.WinForm.Docking.INDockingPanel)
     MethodDetermines whether the control is draggable. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
     MethodCloses the control. (Inherited from Nevron.UI.WinForm.Docking.INCaptionControl)
     Method (Inherited from Nevron.INReferenceHolder)
     MethodCreates any non serialized objects, which the holder posseses (Inherited from Nevron.INReferenceHolder)
     MethodDeactivates the control. This will update the caption but the control may still contains focus. (Inherited from Nevron.UI.WinForm.Docking.INSelectableControl)
     MethodDisplays the panel. (Inherited from Nevron.UI.WinForm.Docking.INCaptionControl)
     Method (Inherited from System.IDisposable)
     MethodEnds running drag operation. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
     MethodFloats the panel. If the DockState is DockState.Floating nothing is done. (Inherited from Nevron.UI.WinForm.Docking.INDockingPanel)
     MethodDetermines whether the command with the specified id is checked for this instance. (Inherited from Nevron.UI.WinForm.Docking.INCaptionControl)
     MethodDetermines whether the command with the specified id is enabled for this instance. (Inherited from Nevron.UI.WinForm.Docking.INCaptionControl)
     MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.INReferenceHolder)
     MethodMaximizes the control. (Inherited from Nevron.UI.WinForm.Docking.INCaptionControl)
     MethodNotifies this instance that a context menu command has been clicked. (Inherited from Nevron.UI.WinForm.Docking.INCaptionControl)
     Method (Inherited from Nevron.UI.WinForm.Controls.INSkinnableControl)
     MethodDocks the panel on the specified zone. (Inherited from Nevron.UI.WinForm.Docking.INDockingPanel)
     MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.INReferenceProvider)
     MethodPerforms redocking. If the panel is floating it will become docked, if docked it will become floating. (Inherited from Nevron.UI.WinForm.Docking.INDockingPanel)
     MethodInvalidates the caption area of the control. (Inherited from Nevron.UI.WinForm.Docking.INCaptionControl)
     MethodRestores default size of the control. (Inherited from Nevron.UI.WinForm.Docking.INCaptionControl)
     Method (Inherited from Nevron.UI.INSuspendable)
     MethodSaves the current state of the panel (depending on its DockState value). (Inherited from Nevron.UI.WinForm.Docking.INDockingPanel)
     MethodSets the current active state of the control. (Inherited from Nevron.UI.WinForm.Docking.INSelectableControl)
     MethodDisplays a context menu aligned to the specified screen location. (Inherited from Nevron.UI.WinForm.Docking.INCaptionControl)
     Method (Inherited from Nevron.UI.INSuspendable)
     MethodUpdates the border appearance. (Inherited from Nevron.UI.WinForm.Controls.INControlBorderProvider)
     MethodPerforms measure and refresh of the caption bar. (Inherited from Nevron.UI.WinForm.Docking.INCaptionControl)
     MethodUpdates the drag info during drag operation. (Inherited from Nevron.UI.WinForm.Docking.INDraggableControl)
     MethodUpdates the field references of this object (Inherited from Nevron.INReferenceHolder)
     MethodUpdates the references stored by the object (Inherited from Nevron.INReferenceHolder)
    Top
    See Also