ViewBottomOffset

Property of ISettings

Description

Returns View Bottom Offset (in lines)

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Settings.ViewBottomOffset;

Visual Basic Script

nVal = Settings.ViewBottomOffset

C++

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

See Also

ISettings