Thank you for your feedback! You have rated this topic in the last 30 days.
relativeToControl Property
Gets sets option to align indicator relative to element of control or relative to window.True: indicator is aligned to control, false: indicator is aligned to browser window.
Syntax
ASP.NET Ajax Javascript (Specification)
function get_relativeToControl() : Boolean
function set_relativeToControl(value : Boolean)
ASP.NET Ajax Javascript (Usage)
var resultVar = instanceOfAjaxIndicator.get_relativeToControl();