Table of Contents

Enum CaptionPositions

Namespace
Sage
Assembly
SageCRMNet.dll

Values to be used as CaptionPos on an Entry object.

public enum CaptionPositions

Fields

Left = 2

Puts the caption to the left of the values.

LeftAlignedLeft = 3

Puts the caption to the left of the values. The captions are left aligned and values are left aligned.

LeftAlignedRight = 6

Puts the caption to the left of the values. The captions are right aligned and values are left aligned.

Top = 1

Puts the caption on top of the values.