ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1DockingManager Class
Properties Methods Events


In This Topic
    C1DockingManager Class Members
    In This Topic

    The following tables list the members exposed by C1DockingManager.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates whether to allow floating.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a value which determines whether and how to adjust the control sizes after dragging.  
    Public PropertySpecifies floating windows options.  
    Public PropertyGets of sets parent Form, associated with the docking manager.  
    Public PropertyDefines the form resizing mode. ResizingMode.Proportional value makes all C1CommandDock controls of the form resize proportionally.  
    Public PropertyOverridden.   
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public MethodSignals the object that initialization is starting.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden.   
    Public MethodSignals the object that initialization is complete.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodRestore the FloatingWindowOptions property to its default value.  
    Protected MethodIndicates whether the FloatingWindowOptions has a default value.  
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs after C1DockingTab or C1DockingTabPage is dragged.  
    Public EventOccurs when the user starts to drag a C1DockingTab or a C1DockingTabPage.  
    Public EventNotifies that a C1DockingTab or a C1DockingTabPage is changing state to floating. Can be canceled.  
    Public EventNotifies that a C1DockingTab or a C1DockingTabPage changed state to floating.  
    Public EventOccurs during a docking operation and enables the source to determine whether it can be dropped into the target place.  
    Public EventOccurs during a docking operation and enables the source to determine docking anchors that should be disabled.  
    Public EventOccurs when the user releases the splitter after resizing a C1DockingTab or a C1CommandDock.  
    Public EventOccurs when the user starts to resize a C1DockingTab or a C1CommandDock using a splitter.  
    Public EventOccurs after a page has been closed.  
    Public EventOccurs when the currently selected page is about to be closed by the user. Allows to cancel closing the page.  
    Public EventOccurs when a tab is moved by the user.  
    Top
    See Also