Intersoft Support Center

Configure Pointing Position

WebCallOut supports 5 modes to display its pointing position in the Properties.

This topic shows how to customize pointing position in WebCallOut.

To customize pointing position in WebCallOut

  1. Right click on WebCallOut control and choose Properties.
  2. Set TargetControlId to the control you want to use.
  3. When you set PointingPosition to AutoDetect,  WebCallOut will adjust the pointing position based on the control position that is specified in TargetControlId, PreferrableVerticalPosition and PreferrableHorizontalPosition properties.

     

  4. When you set PointingPosition to PointingTopLeft, WebCallOut will appear on the TopLeft of control specified in TargetControlId.

     

  5. When you set PointingPosition to PointingTopRight, WebCallOut will appear on the TopRight of control specified in TargetControlId.

     

  6. When you set PointingPosition to PointingBottomLeft, WebCallOut will appear on the BottomLeft of control specified in TargetControlId.



  7. When you set PointingPosition to PointingBottomRight, WebCallOut will appear on the BottomRight of control specified in TargetControlId.

Previous Next