Separator
From Xojo Documentation
Supported Platforms Project Types: Desktop Platforms: macOS, Windows, Linux |
- For web apps, see WebSeparator.
Class (inherits from RectControl)
Used to add a separator to a window.
Events | ||||||||||||||
|
Methods | |||||||||
|
Notes
If the width is greater than the height, the separator is horizontal; otherwise it is vertical. In either case, the smaller value controls the thickness of the Separator, not the thickness of the visible line in the center of the control. Mouse movement events are detected over the entire area of the Separator, not just the visible line.
See Also
RectControl class.