Requires: Base Development System
Inherits from Generic»GObject»Control. View the class hierarchy.
Method | Description |
---|---|
Custom Item Symbols:Get Symbol | Returns 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:Get Symbol Array | Returns 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:Revert All To Built In Symbols | Resets all item symbols to the default symbols. Details |
Custom Item Symbols:Revert To Built In Symbol | Resets an item symbol to the default symbol for its index. Details |
Custom Item Symbols:Set To Custom Symbol | Sets the image of an item symbol. Details |
Custom Item Symbols:Set To Custom Symbol Array | Sets the images of all item symbols. Details |
Get Clicked Column Header | Get the column number for which the user clicked the column header. The first column on the left is numbered zero. A value of –2 means that no column header has been clicked. After this function reads the value, it changes the value back to –2. Details |
Get Double-Clicked Row | Gets 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 Row Column | Converts a pixel coordinate to a row-column pair 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 |