IFont.ReleaseHfont Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Function ReleaseHfont ( _
    hFont As IntPtr _
) As Integer
int ReleaseHfont(
    IntPtr hFont
)
int ReleaseHfont(
    [InAttribute] IntPtr hFont
)
abstract ReleaseHfont : 
        hFont:IntPtr -> int
function ReleaseHfont(
    hFont : IntPtr
) : int

Parameters

  • hFont
    Type: IntPtr

Return Value

Type: Int32

.NET Framework Security

See Also

Reference

IFont Interface

Microsoft.VisualStudio.OLE.Interop Namespace