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.

Note: This property should be set to the ID of a DHTML element, not the ID of a server control. The ID fo the the DHTML element for a server control is usually the same as the control's ClientID property.

See Also

Dialog Class | EO.Web Namespace


Direct link to this topic