Control Class Constants
The constants provided by the Control class are listed in the following table.
Constant | Integer Value | Constant | Integer Value |
---|---|---|---|
BorderStyle_3DRaised | 3 | BorderStyle_3DSunken | 2 |
ParentAspect_AnchorBoth | #c | ParentAspect_AnchorBottom | #8 |
ParentAspect_AnchorRight | #4 | ParentAspect_CenterBoth | #30 |
ParentAspect_CenterHorz | #10 | ParentAspect_CenterVert | #20 |
ParentAspect_None | 0 | ParentAspect_StretchBoth | #3 |
ParentAspect_StretchBottom | #2 | ParentAspect_StretchRight | #1 |
Show3D_Not3D | 1 | Show3D_Use3D | 2 |
Show3D_UseAppDefault | 0 | Show3D_UseBorderStyle | 3 |