Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1 KB

Visio.Window.ShowScrollBars.md

File metadata and controls

44 lines (27 loc) · 1 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Window.ShowScrollBars property (Visio)
vis_sdr.chm11650845
vis_sdr.chm11650845
Visio.Window.ShowScrollBars
46be2c47-d9b0-c3d8-6f8b-cc728feb4ccb
06/08/2017
medium

Window.ShowScrollBars property (Visio)

Determines whether scroll bars are shown in the drawing window. Read/write.

Syntax

expression. ShowScrollBars

expression A variable that represents a Window object.

Return value

Integer

Remarks

The ShowScrollBars property value can be any combination of the following VisScrollbarStates constants, which are declared in the Visio type library. The default value is visScrollBarBoth, which shows both horizontal and vertical scroll bars.

Constant Value
visScrollBarNeither &H0
visScrollBarHoriz &H1
visScrollBarVert &H4
visScrollBarBoth &H5

[!includeSupport and feedback]