Here's a feature that I don't use very often, but I probably should. If you press Ctrl-Shift-B in LabVIEW, the
Class Browser is launched. This is a great feature when you need to drop Property and Invoke Nodes, but you don't feel like searching the property/method list every time. You can browse all the different properties and methods for a particular VI Server class (it also supports other object libraries like VISA, Datasocket, .NET, etc.), and you can also search the object library for classes by name. One of the coolest features of the Class Browser is that you can "drag" a property/method name from the hierarchy tree of the class browser into a VI block diagram, which will put a property/invoke node with the proper property/method selected on your cursor to drop in the diagram.
The Class Browser is available in LabVIEW 8.0 and later.
-D
P.S. - Check out past nuggets
here.