.NET Framework Class Library

ScrollBarInfo Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

ScrollBarInfo Class

This class represents settings of a scroll bar.

Namespace: Gnostice.Core.Viewer

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

Syntax

Visual Basic

<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class ScrollBarInfo

C#

[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ScrollBarInfo

Visual C++

[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class ScrollBarInfo

Inheritance Hierarchy

System.Object

Gnostice.Core.Viewer.ScrollBarInfo

  Gnostice.Core.Viewer.HScrollBarInfo

  Gnostice.Core.Viewer.VScrollBarInfo

See Also

ScrollBarInfo Members

Gnostice.Core.Viewer Namespace