Specifies the anchor element's ID at which the dialog displays.
[Visual Basic]
Public Property AnchorElementID As
String
[C#]
public
String AnchorElementID {get; set;}
Remarks
If this property is not specified, the dialog will be displayed at the center of the web page.
If this property is specified, EO.Web Dialog will use the position of the element and ShowDirection property to determine where to display.
See Also
Dialog Class | EO.Web Namespace