PBX_DrawItemStruct
structure
Description
The PBX_DrawItemStruct structure contains the properties of an
external visual control that you want to draw using the
PBX_DrawVisualObject function.
|
Field |
Description |
|---|---|
|
x |
X coordinate of the visual control relative to its |
|
y |
Y coordinate of the visual control relative to its |
|
width |
Width of the visual control. |
|
height |
Height of the visual control. |
|
objectName |
The name of the visual object, for example: |
|
tag |
Field to be used to pass any value at the user’s |
|
enabled |
Whether the visual control is enabled. Possible |
|
visible |
Whether the visual control is visible. Possible |
|
borderstyle |
Border style of the visual control. A value of the
|
|
backColor |
Background color of the visual control. You can |
See also