Delegate PopupToolTipHandler
Assembly: Syncfusion.Tools.Windows.dll
public delegate void PopupToolTipHandler(Component component, ref Rectangle rc);
Parameters
Type |
Name |
Description |
System.ComponentModel.Component |
component |
|
System.Drawing.Rectangle |
rc |
|
Constructors
Declaration
public PopupToolTipHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(Component component, ref Rectangle rc, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.ComponentModel.Component |
component |
|
System.Drawing.Rectangle |
rc |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(ref Rectangle rc, IAsyncResult result)
Parameters
Type |
Name |
Description |
System.Drawing.Rectangle |
rc |
|
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(Component component, ref Rectangle rc)
Parameters
Type |
Name |
Description |
System.ComponentModel.Component |
component |
|
System.Drawing.Rectangle |
rc |
|