ListBox class/Active Row.Cell Font property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6337416
Scope Basic Development Environment
Data Name CellFont
Short Name* CellFont
Long Name* Active Row:Cell Font
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 12
Owning Class Name ListBox Class
Data Type Common Cluster TypeDef data type

Common Cluster TypeDef

Property Node Active Row:Cell Font
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

The font of the active cell in the listbox control.

Use this property to change the size, style, or color of the cell font. You cannot use this property with a strict type definition.

Elements
Name Description
Size The size of the font in the active cell.
Bold Indicates whether the text in the active cell is bold.
Italic Indicates whether the text in the active cell is italic.
Underline Indicates whether the text in the active cell is underlined.
Strikeout Indicates whether to strike out the text in the active cell.
Color The text font color in the active cell.

Uses

History

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

See Also

External Links