NetXP 3.0 Reference

Resources.LoadIcon Method

Loads an icon from a given assembly and icon file name.

Overload List

Loads an icon from a given assembly and icon file name.

public static Icon LoadIcon(Type,string);

Loads an icon from a given assembly and icon file name, with the specified size.

public static Icon LoadIcon(Type,string,Size);

See Also

Resources Class | NETXP.Library Namespace