ICscHostObject.SetWin32Icon(String) Method

Definition

Specifies an .ico file to insert into the assembly.

public:
 bool SetWin32Icon(System::String ^ win32Icon);
public bool SetWin32Icon (string win32Icon);
abstract member SetWin32Icon : string -> bool
Public Function SetWin32Icon (win32Icon As String) As Boolean

Parameters

win32Icon
String

The .ico file to insert into the assembly.

Returns

true if the method was successful; otherwise, false.

Applies to