ImgControl_SetPartVisibleΒΆ
Set the visibility of a ImgControl part.
ImgControl_SetPartVisible(controlName; partName; visible)
controlName | Text | The name of the ImgControl form object. |
partName | Text | The name of the part. |
visible | Boolean | The part’s visibility. |
Set the visibility of a part of the ImgControl
named controlName
.
The part name can be "Menubar"
, "Toolbar"
, or "Sidebar"
.
The part’s visibility is specified in isVisible
.