offsetY Property
vertical offset in pixels of the dropdown container relative to the target (allows for manual adjustment of the source and target) vertical offset in pixels of the dropdown container relative to the target (allows for manual adjustment of the source and target)
Syntax
| ASP.NET Ajax Javascript (Specification) | |
|---|
function get_offsetY() : Integer
function set_offsetY(value : Integer) |
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfWebDropDown.get_offsetY(); |