Moves an item and its descendants left in the outline by making it the last sibling of the parent item. If the node was the only child, the images of the previous parent node are also updated, otherwise the images are ignored.

Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.2 (in PPJ.Runtime.Vis.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalBoolean Promote(
	SalNumber nIndex,
	SalNumber hPicNormal,
	SalNumber hPicSelected
)

Parameters

nIndex
Type: PPJ.Runtime..::..SalNumber
hPicNormal
Type: PPJ.Runtime..::..SalNumber
hPicSelected
Type: PPJ.Runtime..::..SalNumber

Return Value

See Also