Intersoft WebDesktop Documentation
PointingPosition Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebCallOut Class : PointingPosition Property


Glossary Item Box

Specifies the pointing position of WebCallOut.

Syntax

Visual Basic (Declaration) 
Public Property PointingPosition As PointingPosition
Visual Basic (Usage)Copy Code
Dim instance As WebCallOut
Dim value As PointingPosition
 
instance.PointingPosition = value
 
value = instance.PointingPosition
C# 
public PointingPosition PointingPosition {get; set;}

Remarks

WebCallOut introduces several pointing position, such as:

  • AutoDetect
    WebCallOut will adjust the pointing position base on the control position that is specified in TargetControlId’s, PreferrableVerticalPosition, and PreferrableHorizontalPosition properties.
  • PointingTopLeft
    WebCallOut will appear on the TopLeft of control specified in TargetControlId.
  • PointingTopRight
    WebCallOut will appear on the TopRight of control specified in TargetControlId.
  • PointingBottomLeft
    WebCallOut will appear on the BottomLeft of control specified in TargetControlId.
  • PointingBottomRight
    WebCallOut will appear on the BottomRight of control specified in TargetControlId.

Except AutoDetect, the others options will not depend on PreferredVerticalPosition and PreferredHorizontalPosition properties.

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.