@...ANIMATEBOX / DEFINE ANIMATEBOX
Creates an AnimateBox control
@ <nRow> ,<nCol>
ANIMATEBOX <ControlName>
[ OF | PARENT <ParentWindowName> ]
WIDTH <nWidth>
HEIGHT <nJeight>
[ FILE <cFileName> ]
[ AUTOPLAY ]
[ CENTER ]
[ TRANSPARENT ]
[ HELPID <nHelpId> ]
DEFINE ANIMATEBOX <ControlName>
<PropertyName> <PropertyValue>
<EventName> <EventProcedure> | <bBlock>
END ANIMATEBOX
- Properties:
- Enabled
- Visible
- Row
- Col
- Width
- Height
- ToolTip
- Name (R)
- Parent (D)
- File (D)
- AutoPlay (D)
- Center (D)
- Transparent (D)
- HelpId (D)
D: Available at control definition only
R: Read-Only
- Methods:
- Show
- Hide
- Open
- Play
- Seek
- Stop
- Close
- Release