OnPaint | |
Type | message |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax |
|
Associations | com.livecode.widget |
Summary | Sent when the widget is to be drawn. |
Example |
|
Related | Statement: RedrawAll |
Description | Handle the OnPaint message to draw the widget when it needs to be updated. *Note:* Access to most script object operations is not allowed whilst an OnPaint handler is running. |
Tags | widget |