Jump to content

Slide class

From LabVIEW Wiki
Revision as of 00:23, 31 August 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name class
Class ID {{{1}}}
Scope
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


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

Properties

Show/Hide Slide Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Slide Properties Table
Property ID Short Name (English) Description R/W RTE
6340402 FillColor Color to use to fill in the active slider.

You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.

This property is similar to the Fill option on the Appearance page of the Slide Properties dialog box.

Example

R/W X
6340401 FillStyle Fill style for active slider: 0-None, 1-To min, 2-To max, 3-To value below, 4-To value above.

This property is similar to the Fill Options item on the shortcut menu of a slide control or indicator. This property is also similar to the Fill style option on the Appearance page of the Slide Properties dialog box.

R/W X
6340403 Scale Reference to the slide scale object.

You can use this reference with the SlideScale properties.

R X

Methods

No Methods for this class.

Events

No Events for this class.

History

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

See Also