Table of Contents
Version: 2023r1

Properties #
| BackColor as Color | HandlePosition as XDSActionSplitter.HandlePositions |
| BorderColor as Color | MinimumLeftX as Integer |
| ButtonDividerColor as Color | MinimumRightX as Integer |
| ButtonHighlightColor as Color | ShowButtonDividers as Boolean |
| HandleColor as Color | UserDrawnBackground as Boolean (Use PaintBackground(g) Event) |
Methods #
| AddButton(ButtonImage as Picture, Optional Name as String) *Name will auto-assign if not provided. | RemoveDefaultButton(ButtonIndex as Integer) |
| AddDefaultButton(ButtonImage as Picture, Optional Name as String) *Name will auto-assign if not provided. | Update() |
| RemoveButton(ButtonIndex as Integer) |
Events #
| ButtonClicked(ButtonImage as Picture, Optional Name as String) | SplitterResized() |
| DefaultButtonClicked(ButtonImage as Picture, Optional Name as String) | SplitterResizing() |
| PaintBackground(g as Graphics) *Requires UserDrawnBackground = True |
Enumerations #
XDSActionSplitter.HandlePositions #
| Right = 0 | None = 0 |
| Left = 1 |