Skybound VisualTips

VisualTipProvider.SetExtender Method 

Sets the IVisualTipExtender which is used for controls of a given type.

[Visual Basic]
Public Shared Sub SetExtender( _
   ByVal controlType As Type, _
   ByVal extender As IVisualTipExtender _
)
[C#]
public static void SetExtender(
   Type controlType,
   IVisualTipExtender extender
);

Parameters

controlType
The Type of controls which are extended by IVisualTipExtender.
extender
An instance of a object which implements IVisualTipExtender.

Remarks

For further information about adding VisualTips support to existing custom controls, please see IVisualTipExtender.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace