| QsResourcesGetIcon Method |
Get a resource icon given the name (normally with the extension)
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax public Icon GetIcon(
string name
)
Public Function GetIcon (
name As String
) As Icon
public:
Icon^ GetIcon(
String^ name
)
member GetIcon :
name : string -> Icon
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:QsInformatica.Utils.QsResources.GetIcon(System.String)"]
Return Value
Type:
Icon[Missing <returns> documentation for "M:QsInformatica.Utils.QsResources.GetIcon(System.String)"]
See Also