ListBox Methods

LabView Local Project Settings

ListBox Methods

Installed With: Base Package

Inherits from Generic»GObject»Control. View the class hierarchy.

MethodDescription
Custom Item Symbols:Get Symbol ArrayReturns the item symbols as an array of clusters of image data so you can draw them as pictures using the Draw Flattened Pixmap VI or save the images to files using the Graphics Formats VIs. Details
Custom Item Symbols:Get SymbolReturns the item symbol as a cluster of image data so you can draw it as a picture using the Draw Flattened Pixmap VI or save the image to a file using the Graphics Formats VIs. Details
Custom Item Symbols:Revert All To Built In SymbolsResets all item symbols to the default symbols. Details
Custom Item Symbols:Revert To Built In SymbolResets an item symbol to the default symbol for its index. Details
Custom Item Symbols:Set To Custom Symbol ArraySets the images of all item symbols. Details
Custom Item Symbols:Set To Custom SymbolSets the image of an item symbol. Details
Get Double-Clicked RowGets the row number the user double-clicked. The first row on the top is numbered zero. A value of –2 means that no row has been double-clicked. After this method reads the value, it changes the value back to –2. This method does not respond to a double-click on the header. Details
Point to RowConverts a pixel coordinate to a row in the coordinates of the control. This method also returns whether the point is inside the bounds of the content rectangle and whether the point is within the custom symbol of the cell. Details