So today I found another method that in my opinion should be made public. Obviously NI has more information than us, and maybe they have a good reason to not make them public, like they crash LabVIEW if you do XYZ. But here is a couple I've found and thought were odd that they were still private. These are functions that from what I see work just fine, and have little danger to a developer using it. Please add others you find.
Class:VI
Property: FP.Native Window
This returns the HWnd in Windows to the front panel window, which can be used for low level window manipulation. Many functions for window manipulation are in VI Server but not all of them which is why on occasion the HWnd is needed.
Class: Ring
Property: Flavor
This returns the type of Ring a reference is. Text Ring, Picture Ring, or Text and Picture.
Class: VI
Method: Synch In All Contexts
I'm not sure this actually works, but it looks like it should sync a VI to all contexts. Maybe this isn't needed because a Save Instrument also syncs but some times you may not want to save the VI.
Class: Control
Property: Grouped / Group Member Refs
This returns if a control is part of a group and the other references in the group