Version

PeekLocation Enumeration

An enumerator for specifying the relative location to display the Peek control.
Syntax
'Declaration
 
Public Enum PeekLocation 
   Inherits System.Enum
public enum PeekLocation : System.Enum 
Members
MemberDescription
AboveItemDisplay the Peek above the item's rectangle.
BelowItemDisplay the Peek below the item's rectangle.
DefaultUse the current default.
LeftOfItemDisplay the Peek to the left of the item's rectangle.
RightOfItemDisplay the Peek to the right of the item's rectangle.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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