ArcFM Responder Mobile Developer Guide
GetIcon Method (Resourcer)






String value in the resource file that corresponds to the icon to be retrieved
Given a resource ID, this method retrieves the corresponding icon.
Syntax
'Declaration
 
Public Function GetIcon( _
   ByVal resourceId As System.String _
) As System.Drawing.Icon
'Usage
 
Dim instance As Resourcer
Dim resourceId As System.String
Dim value As System.Drawing.Icon
 
value = instance.GetIcon(resourceId)
public System.Drawing.Icon GetIcon( 
   System.string resourceId
)
public function GetIcon( 
    resourceId: System.String
): System.Drawing.Icon; 
public function GetIcon( 
   resourceId : System.String
) : System.Drawing.Icon;
public: System.Drawing.Icon* GetIcon( 
   System.string* resourceId
) 
public:
System.Drawing.Icon^ GetIcon( 
   System.String^ resourceId
) 

Parameters

resourceId
String value in the resource file that corresponds to the icon to be retrieved
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Resourcer Class
Resourcer Members

Send Feedback