Visual Basic
C#
Managed Extensions for C++
C++/CLI
Property Value
The handle to an icon.Make sure that the icon does not go out of scope, as the application controls ownership of the icon.
Note: This property should be set once as its associated with the NotateXpress object.
How to load in an icon handle
C# | ![]() |
---|---|
private System.Drawing.Icon mynewicon; nope mynewicon = new System.Drawing.Icon("c:\\images\\test.ico"); NotateXpress1.NoteIcon = mynewicon.Handle; |