A pane's progress bar percentage value.

Usage

Set_Property(OLECtrlEntID, "OLE.PanePercent[index]", Value)

Values

Value can be any positive or negative whole number:

Default: 0

Indices

IndexDescription
indexIndex to an existing pane

Remarks

The PanePercent property is used only with panes whose PaneType properties are set to "Progress Normal", "Progress Percent", or "Progress Caption." These types of panes have progress bars and this property is used to establish the percentage value of the progress bar.

This property can be set to any value between zero (no progress complete) and 100 (progress complete).

See Also

PaneType

  • No labels