DesktopDisclosureTriangle.FacingDirections
From Xojo Documentation
Property (As Integer )
aDesktopDisclosureTriangle.FacingDirections = newIntegerValue
or
IntegerValue = aDesktopDisclosureTriangle.FacingDirections
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopDisclosureTriangle.FacingDirections
New in 2021r3
Supported for all project types and targets.
Controls whether the triangle is pointed to the left or right. The default is the right.
Notes
It can take on either of the following values:
Value | Description |
---|---|
0 | Right |
1 | Left |
Sample Code
This code sets the DesktopDisclosureTriangle pointed to the left:
Me.FacingDirection = DesktopDisclosureTriangle.FacingDirections.Left