Share via


MsoZOrderCmd Enumeration 

Specifies where in the z-order a shape should be moved relative to other shapes.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoZOrderCmd1 As MsoZOrderCmd = MsoZOrderCmd.msoBringForward

Syntax

Public Enum MsoZOrderCmd
public enum MsoZOrderCmd
public enum class MsoZOrderCmd
public enum MsoZOrderCmd
public enum MsoZOrderCmd

Members

Member name Description
msoBringForward Bring shape forward.
msoBringInFrontOfText Bring shape in front of text.
msoBringToFront Bring shape to the front.
msoSendBackward Send shape backward.
msoSendBehindText Send shape behind text.
msoSendToBack Send shape to the back.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace