Search
Table.ZTop Method
See Also
 



Moves the table to the top of the Z order.

 Syntax

VB6  Copy Code

Public Sub ZTop ()

C++  Copy Code

public:
void ZTop ()

 Remarks

Moves a table to the top of the Z order.

 See Also