UAOOI.Windows.Forms

DockExtender..::..Attach Method (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

Namespace:  UAOOI.Windows.Forms.ControlExtenders
Assembly:  CAS.Windows.Forms (in CAS.Windows.Forms.dll)

Syntax


public IFloaty Attach(
	ScrollableControl container,
	Control handle,
	Splitter splitter
)

Parameters

container
Type: ScrollableControl
control to be dockable
handle
Type: Control
handle to be used to track the mouse movement (e.g. caption of the container)
splitter
Type: Splitter
splitter to resize the docked container (optional)