Page History
...
| bgColor | #2c3c4c |
|---|
Label (PRIM_LABL)
| Panel | ||
|---|---|---|
| ||
Displays text and an image |
Ancestors - Control (PRIM_CTRL)Object (PRIM_OBJT)
...
Name | Description |
|---|---|
Fired when an animation is ended [Inherited from Label (PRIM_LABL) Cancelled | |
Fired when the mouse is clicked on the control Origin, Handled | |
CreateInstance is signalled when an instance of a component is created [Inherited from Label (PRIM_LABL) | |
DestroyInstance is signalled when an instance of a component is about to be destroyed [Inherited from Label (PRIM_LABL) | |
Fired when the user double clicks Origin, Handled | |
Fired on mouse up to signify the end of a drag process [Inherited from Label (PRIM_LABL) PosX, PosY, Source, Payload, AggregatedSource, Origin, Handled, DragResult | |
Fired during the drag and drop process when the cursor moves over the control [Inherited from Label (PRIM_LABL) PosX, PosY, Source, Payload, DragState, AcceptDrop, DragCursor, ShowDropHilight, AggregatedSource, Origin, Handled | |
Fired when the drag and drop process has completed [Inherited from Label (PRIM_LABL) Source, Payload, DragResult, AggregatedSource, Origin, Handled | |
Fired after a component has been realized for the first time [Inherited from Label (PRIM_LABL) | |
The mouse has entered the bounds of the control [Inherited from Label (PRIM_LABL) | |
The mouse has hovered over the control [Inherited from Label (PRIM_LABL) Origin, Handled | |
The mouse has left the bounds of the control [Inherited from Label (PRIM_LABL) | |
Fired when the user starts a drag and drop process [Inherited from Label (PRIM_LABL) Source, Payload, Continue, DragList, AggregatedSource, Origin, Handled | |
Fired repeatedly between the TouchStart and TouchEnd boundaries to provide details of the touch events [Inherited from Label (PRIM_LABL) MoveLeft, MoveTop, ScaleWidth, ScaleHeight, Rotation, Continue | |
Fired when the user stops touching the screen [Inherited from Label (PRIM_LABL) | |
Fired when the user first makes physical contact with the screen [Inherited from Label (PRIM_LABL) Origin, TouchMove, TouchRotate, TouchScale, TouchSize |
Methods
Name | Description |
|---|---|
Animate from invisible to visible Inherited from Control (PRIM_CTRL) Duration, Delay | |
Animate from visible to invisible Inherited from Control (PRIM_CTRL) Duration, Delay, Visible | |
Move a control from the specified position to the current position Inherited from Control (PRIM_CTRL) Left, Top, Duration, Delay | |
Animate a move from the specified number of pixels Inherited from Control (PRIM_CTRL) Left, Top, Duration, Delay | |
Creates the visual portion of dynamically created controls Inherited from Control (PRIM_CTRL) | |
Animate a change of scale Inherited from Control (PRIM_CTRL) ScaleWidth, ScaleHeight, Duration, Delay | |
Sets the control to be the focus control Inherited from Control (PRIM_CTRL) | |
LANSA Internal Use Inherited from Control (PRIM_CTRL) | |
Changes and animates control size changing Inherited from Control (PRIM_CTRL) Width, Height, Duration, Delay | |
Destroys the visual portion of dynamically created controls Inherited from Control (PRIM_CTRL) | |
UpdateDisplay updates the display immediately Inherited from Control (PRIM_CTRL) |
...