Established whether a pane's image appears to the left or right of the caption.

Usage

Set_Property(OLECtrlEntID, "OLE.PaneImageLeft[index]", Boolean)

Values

[True | False]

Default: True

Indices

IndexDescription
indexIndex to an existing pane

Remarks

Set the PaneImageLeft property to true to place the image to the left of the caption or false to place the image to the right of the caption. If no caption exists, this property is ignored and the image is placed within the pane according to the PaneAlignment property.

  • No labels