ArcFM Desktop Developer Guide
LoadIcon(String) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The name of the icon to retrieve.
Retrieves an icon from the calling assembly's resources section.
Syntax
'Declaration
 
Public Overloads Shared Function LoadIcon( _
   ByVal iconName As String _
) As Icon
'Usage
 
Dim iconName As String
Dim value As Icon
 
value = Imaging.LoadIcon(iconName)
public static Icon LoadIcon( 
   string iconName
)

Parameters

iconName
The name of the icon to retrieve.

Return Value

The desired icon.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Imaging Class
Imaging Members
Overload List

 

 


Send Comment