ICscHostObject.SetWin32Icon(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.