Interface IToolTipService
Inherited Members
System.IDisposable.Dispose()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public interface IToolTipService : IDisposable
Methods
AddComponent(Object)
Declaration
void AddComponent(object component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | component |
RemoveComponent(Object)
Declaration
void RemoveComponent(object component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | component |
Events
Pop
Declaration
event EventHandler Pop
Event Type
| Type |
|---|
| System.EventHandler |
Popup
Declaration
event PopupHandler Popup
Event Type
| Type |
|---|
| PopupHandler |