BCGControlBar Library for .NET
ProcessPopupEvent Method




A Control to display a tooltip for.
A size of tooltip to be displayed.
Processes the displaying of the ToolTip with a specified size for a specified control.
Syntax
'Declaration
 
Public Function ProcessPopupEvent( _
   ByVal ctrl As Control, _
   ByRef tooltipSize As Size _
) As Boolean
'Usage
 
Dim instance As ToolTipEx
Dim ctrl As Control
Dim tooltipSize As Size
Dim value As Boolean
 
value = instance.ProcessPopupEvent(ctrl, tooltipSize)
public bool ProcessPopupEvent( 
   Control ctrl,
   ref Size tooltipSize
)
public: bool ProcessPopupEvent( 
   Control* ctrl,
   ref Size tooltipSize
) 
public:
bool ProcessPopupEvent( 
   Control^ ctrl,
   Size% tooltipSize
) 

Parameters

ctrl
A Control to display a tooltip for.
tooltipSize
A size of tooltip to be displayed.
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

Reference

ToolTipEx Class
ToolTipEx Members

Send Feedback