Property of ISettings
Returns View Top Offset (in lines)
Read-Only Property of type long
var nVal = Settings.ViewTopOffset;
==== Visual Basic Script ====
nVal = Settings.ViewTopOffset
==== C++ ====
long nVal; HRESULT hr = Settings.get_ViewTopOffset(&nVal);
===== See Also ===== ISettings