This document is archived and information here might be outdated. Recommended version. |
Indicates the see-through order for a floating layer.
[Visual Basic .NET]
Public Property FloatingSeeThroughOrder As Integer
[C#]
public int FloatingSeeThroughOrder {get; set;}
[C++]
HRESULT get_FloatingSeeThroughOrder(
System.Int32* pOrder
);
[C++]
HRESULT put_FloatingSeeThroughOrder(
Long pOrder
);
[C++] Parameters pOrder [out, retval]
pOrder is a parameter of type int* pOrder [in]
pOrder is a parameter of type int