property Edit.ScrollPartCaptionAlignment(ScrollBar as ScrollBarEnum, Part as ScrollPartEnum) as AlignmentEnum
Specifies the alignment of the caption in the part of the scroll bar.
| | Type | Description | |
| |
ScrollBar as ScrollBarEnum |
A ScrollBar expression that indicates the scrollbar where the caption is
displayed.
| |
| |
Part as ScrollPartEnum |
A ScrollPartEnum expression that specifies the parts of the scroll where the
text is displayed.
| |
| |
AlignmentEnum |
An AlignmentEnum expression that specifies the alignment of the caption in the
part of the scrollbar.
| |