.NET Framework Class Library

ScrollBarVisibility Enumeration

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace >

.NET Framework Class Library

ScrollBarVisibility Enumeration

Defines scroll bar visibility of the viewer control.

Namespace: Gnostice.Core.Viewer

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Enumeration ScrollBarVisibility

C#

public enum ScrollBarVisibility

Visual C++

public enum class ScrollBarVisibility

Members


Member name

Value

Description


Always

0



Never

1

Always displayed


Auto

2

Not displayed

See Also

Gnostice.Core.Viewer Namespace