DelegateNativeMethods.FontEnumDelegate
Delegate
Definition
Namespace:Telerik.WinControls
Assembly:TelerikCommon.dll
Syntax:
cs-api-definition
public delegate int NativeMethods.FontEnumDelegate(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam)
Constructors
Methods
BeginInvoke(ref EnumLogFont, ref NewTextMetric, int, int, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam, AsyncCallback callback, object @object)
Parameters
lpelf
lpntm
fontType
lParam
callback
object
Returns
EndInvoke(ref EnumLogFont, ref NewTextMetric, IAsyncResult)
Declaration
cs-api-definition
public virtual int EndInvoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, IAsyncResult result)
Parameters
lpelf
lpntm
result
Returns
Invoke(ref EnumLogFont, ref NewTextMetric, int, int)
Declaration
cs-api-definition
public virtual int Invoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam)
Parameters
lpelf
lpntm
fontType
lParam
Returns