Resources.LoadIcon Method (Type, String)
Loads an icon from a given assembly and icon file name.
[Visual Basic]Overloads Public Shared Function LoadIcon( _
ByVal
assemblyType As
Type, _
ByVal
iconName As
String _
) As
Icon Parameters
- assemblyType
- The assembly.
- iconName
- The icon file name.
Return Value
The icon.
See Also
Resources Class | NETXP.Library Namespace | Resources.LoadIcon Overload List