C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / C1RadialMenu Class / CustomTooltipDisplaying Event

CustomTooltipDisplaying Event (C1RadialMenu)
Occurs when the tooltip is displaying if the TooltipPlacement is set to C1.Win.C1Command.RadialMenu.TooltipPlacementMode.Custom.
Syntax
'Declaration
 
Public Event CustomTooltipDisplaying As System.EventHandler(Of CustomTooltipDisplayingEventArgs)
 
Event Data

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

PropertyDescription
A position of the Popup control relative to the upper-left corner of the screen.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also