ShowOnlyActive Property (ScrollProp Object)

Corresponds to the Show Scroll Bars Only in Active Pane check box in the Scroll page of Configuration Properties.

[JavaScript]

b = object.ShowOnlyActive;
object.ShowOnlyActive = b;

[VBScript]

b = object.ShowOnlyActive
object.ShowOnlyActive = b

Version

Supported on EmEditor Professional Version 7.00 or later.