NativeMethods.FontEnumDelegate
Delegate
Definition
Namespace:Telerik.WinControls
Assembly:TelerikCommon.dll
Syntax:
C#
public delegate int NativeMethods.FontEnumDelegate(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam, AsyncCallback callback, object @object)
C#
public virtual int EndInvoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, IAsyncResult result)
C#
public virtual int Invoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam)