@...ANIMATEBOX \/ DEFINE ANIMATEBOX
Creates an AnimateBox control
Standard Syntax (xBase Style):
@ <nRow> ,<nCol>
ANIMATEBOX <ControlName>
[ OF | PARENT <ParentWindowName> ]
WIDTH <nWidth>
HEIGHT <nJeight>
[ FILE <cFileName> ]
[ AUTOPLAY ]
[ CENTER ]
[ TRANSPARENT ]
[ HELPID <nHelpId> ]
Alternate Syntax:
DEFINE ANIMATEBOX <ControlName>
PARENT <xcValue>
ROW <nValue>
COL <nValue>
WIDTH <nValue>
HEIGHT <nValue>
FILE <cValue>
AUTOPLAY <lValue>
CENTER <lValue>
TRANSPARENT <lValue>
HELPID <nValue>
END ANIMATEBOX
Properties:
- Enabled
- Visible
- Row
- Width
- Height
- ToolTip
- Name
- Parent
- File
- AutoPlay
- Center
- Transparent
- HelpId D: Available at control definition only R: Read-Only
- Show
- Hide
- Open
- Play
- Seek
- Stop
- Close
- Release