Version

SplitterBarControl Class

Control for handling the display of a splitter bar.
Syntax
'Declaration
 
Public Class SplitterBarControl 
   Inherits Infragistics.Win.UltraControlBase
   Implements Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Layout.ILayoutItem, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class SplitterBarControl : Infragistics.Win.UltraControlBase, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Layout.ILayoutItem, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The SplitterBarControl is a simple non-selectable control for displaying a splitter bar. The SplitterBarControl differs from the System.Windows.Forms.Splitter in that it does not actually perform any resize operation. It only provides the ui for a draggable splitter bar.

When the mouse is pressed down on the splitter bar, the SplitterDragging event is invoked. If the event is cancelled, the drag operation does not begin. Otherwise, the drag operation begins and the SplitterMove event is invoked as the mouse is repositioned. The range of the drag may be controlled using the SplitterMove event. When the mouse is released and the drag operation is completed, the SplitterDragged event is invoked.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also