Interface IToolTipService
Assembly: Syncfusion.Tools.Windows.dll
public interface IToolTipService : IDisposable
Methods
Declaration
void add_Popup(PopupHandler value)
Parameters
Declaration
void AddComponent(object component)
Parameters
| Type |
Name |
Description |
| System.Object |
component |
|
Declaration
void remove_Popup(PopupHandler value)
Parameters
Declaration
void RemoveComponent(object component)
Parameters
| Type |
Name |
Description |
| System.Object |
component |
|
Events
Declaration
Event Type
Declaration
Event Type