Scrollbar class

From LabVIEW Wiki
Jump to: navigation, search
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Scrollbar class
Class ID 90
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


The Scrollbar class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Scrollbar Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Scrollbar Properties Table
Property ID Long Name (English) Description R/W RTE
66F4C000Doc MinMinimum value of the scrolling range.Read/WriteYes
66F4C001Doc MaxMaximum value of the scrolling range.Read/WriteYes
66F4C002IncrementIncrement value of the scrolling range. When you click the increment and decrement arrows, the scroll bar value adds or subtracts the increment value to move the scroll box toward the arrow that you click.Read/WriteYes
66F4C003Page SizePage size of the scrolling range. When you click the spaces between the scroll box and the arrows, the scroll bar value changes by the page size.Read/WriteYes
66F4C004Coerce Minimum ValueCoerces the scroll bar value to Doc Min when the value is less than the minimum value of the scrolling range.Read/WriteYes
66F4C005Coerce Maximum ValueCoerces the scroll bar value to Doc Max when the value is greater than the maximum value of the scrolling range.Read/WriteYes
66F4C006RepresentationUse this property to get or set data types on a scrollbar control.Read/WriteYes (Read Only)
66F4C007Housing LengthLength of the housing in pixels.Read/WriteYes

Methods

This class has no methods or it inherits methods from its parent: Control Class.

Events

This class has no events or it inherits events from its parent: Control Class.


History

Version Change(s)
LabVIEW 2018 More info to come.

See Also