Version

syedViewLocation Enumeration

This enumeration is used to represent the view location of a document pane.
Syntax
'Declaration
 
Public Enum syedViewLocation 
   Inherits System.Enum
public enum syedViewLocation : System.Enum 
__value public enum syedViewLocation : public System.Enum 
Members
MemberDescription
syedCenterRepresents the solitary view location of an unsplit document.
syedLowerOrRightRepresents the lower or right view location of a document seen in split view.
syedUpperOrLeftRepresents the upper or left 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