scripting:api:settings:view-bottom-offset

ViewBottomOffset

Property of ISettings

Returns View Bottom Offset (in lines)

Read-Only Property of type long

var nVal = Settings.ViewBottomOffset;

==== Visual Basic Script ====

nVal = Settings.ViewBottomOffset

==== C++ ====

long nVal;
HRESULT hr = Settings.get_ViewBottomOffset(&nVal);

===== See Also ===== ISettings