Icon.GetHicnFromIcon Method

Namespace:  System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

Syntax

'Declaration
Public Shared Function GetHicnFromIcon ( _
    icn As Icon _
) As IntPtr
'Usage
Dim icn As Icon 
Dim returnValue As IntPtr 

returnValue = Icon.GetHicnFromIcon(icn)
public static IntPtr GetHicnFromIcon(
    Icon icn
)
public:
static IntPtr GetHicnFromIcon(
    Icon^ icn
)
public static function GetHicnFromIcon(
    icn : Icon
) : IntPtr

Parameters

Return Value

Type: System.IntPtr

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Supported in: 1.0

See Also

Reference

Icon Class

Icon Members

System.Drawing Namespace