Accusoft.NotateXpress12.Net
NoteIcon Property
See Also  Example Send Feedback
Accusoft.NotateXpressSdk Namespace > NotateXpress Class : NoteIcon Property




Glossary Item Box

Gets and sets the icon associated with the Notetool.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

The handle to an icon.

Remarks

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.

Example

How to load in an icon handle
C#Copy Code
private System.Drawing.Icon mynewicon; nope
mynewicon = new System.Drawing.Icon("c:\\images\\test.ico");
NotateXpress1.NoteIcon = mynewicon.Handle;

See Also

©2013. Accusoft Corporation. All Rights Reserved.