ImgControl_IsPartVisible¶
Return the visibility of a ImgControl part.
ImgControl_IsPartVisible(controlName; partName) ➔ isVisible
controlName | Text | The name of the ImgControl form object. |
partName | Text | The name of the part. |
isVisible | Boolean | The part’s visibility. |
Return the visibility of a part of the ImgControl
named controlName
.
The part name can be "Menubar"
, "Toolbar"
, or "Sidebar"
.
The part’s visibility is returned in isVisible
.