DisclosureTriangle.FacingDirection
From Xojo Documentation
Property (As Integer )
aDisclosureTriangle.FacingDirection = newIntegerValue
or
IntegerValue = aDisclosureTriangle.FacingDirection
New in 2019r2
Supported for all project types and targets.
or
IntegerValue = aDisclosureTriangle.FacingDirection
New in 2019r2
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 DisclosureTriangle pointed to the left:
Me.FacingDirection = DisclosureTriangle.FacingDirections.Left