Splitter Class

Methods | This Package | All Packages

Encapsulates the splitter control, which allows the user to resize docked controls at run time.

Component
  |
  +--Control
    |
    +--Splitter

package com.ms.wfc.ui

public class Splitter
extends
Control**
implements** IMessageFilter****

Remarks

When the user passes the mouse pointer over the undocked edge of a control that can be resized by a splitter, the cursor changes to indicate that the control can be resized. The splitter allows the user to resize the docked control that is immediately before it in the docking order. Therefore, to enable the user to resize a docked control at run time, dock the control you want the user to be able to resize to an edge of a container, and then dock a splitter to the same side of that container.