Method AllToolTipsSuppress
AllToolTipsSuppress()
Suppresses all tooltips in SpeedButton controls globally by incrementing the suppression count. In order to resume tooltips, a corresponding call to AllToolTipsResume() must be made.
public static void AllToolTipsSuppress()
Remarks
Call this method to prevent tooltips from being displayed until suppression is lifted. This is typically used when performing operations where tooltips would be distracting or undesirable. To re-enable tooltips, ensure that the corresponding method to decrease the suppression count is called.