DesktopDisclosureTriangle.FacingDirection
From Xojo Documentation
Property (As Integer )
aDesktopDisclosureTriangle.FacingDirection = newIntegerValue
or
IntegerValue = aDesktopDisclosureTriangle.FacingDirection
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aDesktopDisclosureTriangle.FacingDirection
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 facing |
1 | Left facing |
Sample Code
This code sets the DesktopDisclosureTriangle pointed to the left:
Me.FacingDirection = DisclosureTriangle.FacingDirections.Left