GoCollapsibleHandleStyle Enumeration
In This Topic
Specifies the appearance of a
GoCollapsibleHandle, both when it is expanded and when it is collapsed.
Syntax
Members
Member | Description |
ChevronUp |
Two open triangles pointing down when the handle is collapsed;
two open triangles pointing up when the handle is expanded.
|
PlusMinus |
A "+" when the handle is collapsed; a "-" when the handle is expanded.
|
TriangleRight |
A triangle pointing to the right when the handle is collapsed;
a triangle pointing up when the handle is expanded.
|
TriangleUp |
A triangle pointing down when the handle is collapsed;
a triangle pointing up when the handle is expanded.
|
See Also