DockExtender Methods
The DockExtender type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| 
                         | 
                      Attach(ScrollableControl) | 
                         
   Attach a container control and use it as a grip hande. The container must support mouse move events.
    
                       | 
                    
| 
                         | 
                      Attach(ScrollableControl, Control) | 
                         
   Attach a container and a grip handle. The handle must support mouse move events.
    
                       | 
                    
| 
                         | 
                      Attach(ScrollableControl, Control, Splitter) | 
                         
   attach this class to any dockable type of container control
   to make it dockable.
   Attach a container control and use it as a grip hande. The handle must support mouse move events.
   Supply a splitter control to allow resizing of the docked container
    
                       | 
                    
| 
                         | 
                      Equals(System.Object) | (Inherited from Object.) | 
| 
                         | 
                      Finalize | (Inherited from Object.) | 
| 
                         | 
                      GetHashCode | (Inherited from Object.) | 
| 
                         | 
                      GetListOfToolStripMenuItem | 
                         
   Gets the list of tool strip menu item.
    
                       | 
                    
| 
                         | 
                      GetType | (Inherited from Object.) | 
| 
                         | 
                      Hide | 
                         
   this will gracefully hide the container control
   making sure that the floating window is also closed
    
                       | 
                    
| 
                         | 
                      MemberwiseClone | (Inherited from Object.) | 
| 
                         | 
                      Show | 
                         
   display the container control that is either floating or docked
    
                       | 
                    
| 
                         | 
                      ToString | (Inherited from Object.) | 

