Version

UltraSplitterUIElement Class

UIElement which provides splitter capabilities for a control.
Syntax
'Declaration
 
Public Class UltraSplitterUIElement 
   Inherits Infragistics.Win.UIElement
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class UltraSplitterUIElement : Infragistics.Win.UIElement, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

This element can be used to provide splitter capabilities within a control. All it needs is an instance of an ISplitterOwner class to work with and it will provide all of the drag and drop functionality neccessary for the splitter, as well as collapsed buttons.

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