New to Telerik UI for WinFormsStart a free 30-day trial

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

C#
public FontEnumDelegate(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam, AsyncCallback callback, object @object)
Parameters:lpelfNativeMethods.EnumLogFontlpntmNativeMethods.NewTextMetricfontTypeintlParamintcallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual int EndInvoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, IAsyncResult result)
Parameters:lpelfNativeMethods.EnumLogFontlpntmNativeMethods.NewTextMetricresultIAsyncResultReturns:

int

C#
public virtual int Invoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam)
Parameters:lpelfNativeMethods.EnumLogFontlpntmNativeMethods.NewTextMetricfontTypeintlParamintReturns:

int