Version

rtedViewLocation Enumeration

This enumeration is used to represent the view location of a document pane.
Syntax
'Declaration
 
Public Enum rtedViewLocation 
   Inherits System.Enum
public enum rtedViewLocation : System.Enum 
__value public enum rtedViewLocation : public System.Enum 
Members
MemberDescription
rtedCenterRepresents the solitary view location of an unsplit document.
rtedLowerRepresents the lower view location of a document seen in split view.
rtedUpperRepresents the upper view location of a document seen in split view.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also