This document is archived and information here might be outdated. Recommended version. |
Sets the depth offset of layers.
[Visual Basic .NET]
Public Sub SetOwnerDepthPriority ( _
ByVal pObject As Object, _
ByVal depthPriority As Short _
)
[C#]
public void SetOwnerDepthPriority (
object pObject,
short depthPriority
);
[C++]
HRESULT SetOwnerDepthPriority(
LPUNKNOWN pObject,
short depthPriority
);
[C++] Parameters pObject [in]
pObject is a parameter of type IUnknown depthPriority [in]
depthPriority is a parameter of type short