BCGControlBar Library for .NET
ApplyParams(ToolTipParams) Method




Parameters to set for ToolTipEx object.
Applies the specified tooltip parameters to the ToolTipEx objects for tooltips of all types.
Syntax
'Declaration
 
Public Overloads Shared Sub ApplyParams( _
   ByVal value As ToolTipParams _
) 
'Usage
 
Dim value As ToolTipParams
 
ToolTipEx.ApplyParams(value)
public static void ApplyParams( 
   ToolTipParams value
)
public: static void ApplyParams( 
   ToolTipParams* value
) 
public:
static void ApplyParams( 
   ToolTipParams^ value
) 

Parameters

value
Parameters to set for ToolTipEx object.
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
Overload List

Send Feedback