HypernovaDesktop Components · docs
Binarymission
WinFormsSuper Tooltip › BinarySuperToolTipPopupEventArgs

BinarySuperToolTipPopupEventArgs

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.Popups

Event argument class containing properties to lookup and setup.

public class BinarySuperToolTipPopupEventArgs : EventArgs

Inherits from / implements: EventArgs

Remarks

Refer to the event AboutToPopup

Members at a glance

AssociatedControlGets the associated control that is going to have the tooltip popped up.
CancelNowGets or sets whether to cancel the tooltip pop-up.

Properties

AssociatedControl

public Control AssociatedControl

Gets the associated control that is going to have the tooltip popped up.

CancelNow

public bool CancelNow

Gets or sets whether to cancel the tooltip pop-up.

By default teh value of this property is false, indicating that the tooltip will be shown.
If you want to cancel the tooltip display, set this property to true.