Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockManager Class


In This Topic
    NDockManager Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodRegisters a container with the framework and sets its dockstyle to the specified one.  
    Public MethodApplies the specified palette to the entire framework.  
    Public MethodCloses the currently displayed panel which state is AutoHide.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden.   
    Public MethodEnds previously started batch operation.  
    Public MethodSeraches from all registered containers for the one which id is equal to the specified one.  
    Public MethodFinds the panel with the specified id.  
    Public MethodSearches for a INDockZone instance with the specified id.  
    Public MethodGets an array of docking containers which match the specified dock state mask.  
    Public Method  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method  
    Public MethodGets all the docking panels that have the specified dock state.  
    Public MethodDetermines whether the panels are currently locked.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodLocks all the panels and does not allow the user to visually reposition them.  
    Public MethodNotifies that a tab property change has occured.  
    Public MethodOverloaded. Forces all the panels which captions are visible to update them.  
    Public MethodForces all the document strips to update their appearance.  
    Public MethodForces all docking panel groups to update their tab strips and borders.  
    Public MethodForces all the containers to perform layout.  
    Public MethodNotifies the entire framework that a palette change has occured.  
    Public MethodForces an immediate refresh of all containers.  
    Public MethodForces all the splitters to update their appearance.  
    Public MethodNotifies that a tab property change has occured.  
    Public MethodForces total update. That is caption update, tab strip update and perform layout.  
    Public MethodGets notified for a keyboard event. The default processing examines the event arguments and searches for a registered command which has specified the current key combination as a shortcut.  
    Public MethodGets a currently registered service which is an instance of the specified type.  
    Public MethodRegisters the panel with the manager.  
    Public MethodRegisters a service which is of the specified type.  
    Public MethodOverloaded. Resets the current layout to its infinite state.  
    Public MethodResumes layout operations in the containers.  
    Public MethodResumes previously locked painting.  
    Public MethodDisplays a dialog box to visually edit some of the manager's properties.  
    Public MethodStarts and prepares for a batch operation. For example a batch operation is redocking a floating container with 5 panels residing in it.  
    Public MethodSuspends any layout operations in the containers.  
    Public MethodLocks any painting operation upon the docking framework.  
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodUnlocks the panels visual functionality.  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates the core document manager instance.  
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodAttaches to the root form's events like Activated and Deactivate  
    Protected MethodPerforms default initialization of the manager.  
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodGets notified that the main form has been activated.  
    Protected MethodGets notified that the main form has is about to be closed.  
    Protected MethodGets notified that the main form has been deactivated.  
    Protected Method  
    Protected MethodPerforms the core dispose logic.  
    Protected MethodDetaches from the current form.  
    Top
    See Also