Enum Splitter.DrawSplitBarKind
Specifies the possible options for the DrawSplitBar(DrawSplitBarKind) method.
protected enum Splitter.DrawSplitBarKind
Fields
End = 3Splitter is ending the move operation.
Move = 2Splitter is moving.
Start = 1Splitter is starting to move.
Remarks
This enumeration is used to indicate the stage of the split bar drawing process, such as starting, moving, or ending the drawing operation.