WindowSplitter Xojo Plugin |
|
WindowSplitter.Paint Event
This event is fired when the splitter is painting it self. To Custom render the splitter then use this event. To Make the splitter not do default rendering before throwing the paint event then set the DrawMarker property to false.

Paint(
g
as Graphics,
IsHorizontal
as Boolean)
Parameters
- g
- The graphics context to paint into.
- IsHorizontal
- True if the WindowSplitter is horizontal.
Remarks
See Also
WindowSplitter Control