Property AllToolTipsSuppressed
AllToolTipsSuppressed
Indicates whether tooltips in all SpeedButton controls are suppressed throughout the application.
public static bool AllToolTipsSuppressed { get; }
Property Value
Remarks
When set to true, no tooltips will be displayed, regardless of individual control settings. This can be useful in scenarios where tooltips may interfere with user experience or accessibility requirements.