> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-controls/is-draw-painted.md).

# Is Draw Painted

This action allows user to know if a draw control is painted or not.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

* **Control** *\<unquoted string> -* The name of the specified draw control.
* **Target** *\<string>* or *\<numeric> -* The control or variable to store the result of this action. The result is 1 if the draw is painted and 0 otherwise.

{% hint style="info" %}
It returns true only if the user interacts with the object and not programatically.
{% endhint %}
