/// <summary> /// Hide the tooltip. /// </summary> public static void Hide() { if (mInstance != null) { mInstance.Internal_Hide(); } }