Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Dialog.AnchorElementID Property

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


Direct link to this topic