Scrollbar class
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.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The Scrollbar class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Scrollbar Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
66F4C000 | Doc Min | Minimum value of the scrolling range. | Read/Write | Yes |
66F4C001 | Doc Max | Maximum value of the scrolling range. | Read/Write | Yes |
66F4C002 | Increment | Increment 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/Write | Yes |
66F4C003 | Page Size | Page 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/Write | Yes |
66F4C004 | Coerce Minimum Value | Coerces the scroll bar value to Doc Min when the value is less than the minimum value of the scrolling range. | Read/Write | Yes |
66F4C005 | Coerce Maximum Value | Coerces the scroll bar value to Doc Max when the value is greater than the maximum value of the scrolling range. | Read/Write | Yes |
66F4C006 | Representation | Use this property to get or set data types on a scrollbar control. | Read/Write | Yes (Read Only) |
66F4C007 | Housing Length | Length of the housing in pixels. | Read/Write | Yes |
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
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |