Version

OnBeforeDisplayToolTip Method (RowEditTemplateControlUIElement)

Syntax
'Declaration
 
Protected Overridable Function OnBeforeDisplayToolTip( _
   ByVal ultraControl As Infragistics.Win.IUltraControl, _
   ByVal element As Infragistics.Win.UIElement, _
   ByRef toolTipInfo As Infragistics.Win.ToolTipInfo, _
   ByVal trigger As ControlUIElementBase.ToolTipTrigger _
) As Boolean
protected virtual bool OnBeforeDisplayToolTip( 
   Infragistics.Win.IUltraControl ultraControl,
   Infragistics.Win.UIElement element,
   ref Infragistics.Win.ToolTipInfo toolTipInfo,
   ControlUIElementBase.ToolTipTrigger trigger
)

Parameters

ultraControl
element
toolTipInfo
trigger
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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