Links
EControl Syntax Editor SDK
ecPopupCtrl.TLayoutSide Enumeration
TLayoutSide = (
  lsLeft,
  lsTop,
  lsRight,
  lsBottom
);

ecPopupCtrl

Members 
Description 
lsLeft 
Popup control displayed at the left side of selected rectangle, if it is not possible it will be shown at the right side. 
lsTop 
Popup control displayed at the top of selected rectangle, if it can not be shown at the top it will be shown under selected rectangle. 
lsRight 
Popup control displayed at the right side of selected rectangle, if it is not possible it will be shown at the left side. 
lsBottom 
Popup control displayed at the bottom of selected rectangle, if it can not be shown at the bottom it will be shown above selected rectangle. 

Specifies conditional position of popup control.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!