Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: eikdef.h
Link against: eikcore.lib

Enum TPopupTargetPosType

TPopupTargetPosType

Support

Supported from 6.0

Description

This is used in combination with a specified position to place a popout on the display. The TPopupTargetPosType enum identifies which corner of the popout will be placed in the given target position. The default is the top left corner.

EPopupTargetTopLeft

Places the popout with the top left corner in the specified position.

EPopupTargetTopRight

Places the popout with the top right corner in the specified position.

EPopupTargetBottomLeft

Places the popout with the bottom left corner in the specified position.

EPopupTargetBottomRight

Places the popout with the bottom right corner in the specified position.