dbicTips Send comments on this topic.
ClickControl Event
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace > dbiTips Class : ClickControl Event

Occurs when a control that has a tooltip object attached to it is clicked.

Syntax

Visual Basic (Declaration) 
Public Event ClickControl As dbiTips.EventClickControlHandler
C# 
public event dbiTips.EventClickControlHandler ClickControl

Event Data

The event handler receives an argument of type ClickControlEventArgs containing data related to this event. The following ClickControlEventArgs properties provide information specific to this event.

PropertyDescription
Control The control that was clicked on.
Text The text that is displayed in the tooltip object.

Remarks

This event will only fire if the *control.dbiTipsText on dbicTips* extender property is set or the SetdbiTipsText Method is called using said control.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also