Constant Value | Description | Numeric Equivalent |
---|---|---|
STF_PARENT | Subform fills the area of the containing field or cell that lies beyond its XLeft and YTop | 2 |
STF_FRAME | Subform fills the frame window that contains it, to the extent that its parent field will allow, while preserving its defined XLeft and YTop | 4 |
STF_SELF | Subform's size is not affected by the size of its parentfield or frame | 8 |
STF_PARENTHORIZONTAL | Subform horizontally fills the field or cell that contains it, while preserving its defined XLeft, YTop, and Height | 18 |
STF_FRAMEHORIZONTAL | Subform horizontally fills the frame window that contains it, to the extent that its parent field will allow, while preserving its defined XLeft, YTop, and Height | 20 |
STF_PARENTVERTICAL | Subform vertically fills the field or cell that contains it, while preserving its defined XLeft, YTop, and Width | 34 |
STF_FRAMEVERTICAL | Subform vertically fills the frame window that contains it, to the extent that its parent field will allow, while preserving its defined XLeft, YTop, and Width | 36 |