Jump to content

Slide class: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
Line 1: Line 1:
{{VIServerClass|name=Slide|id=21|scope=basic|class_0=Generic|class_1=GObject|class_2=Control|class_3=Numeric|class_4=NumericWithScale|class_5=Slide}}
{{VIServerClass|21}}


{{stub}}
{{stub}}
Line 56: Line 56:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version

Revision as of 22:20, 1 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Slide class
Class ID 21
Scope Basic Development Environment
Class Inheritance
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