Spread Windows Forms 12.0 Product Documentation
NoteStyleInfo Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > NoteEventArgs Class : NoteStyleInfo Property
Gets or sets the style information of the note that has changed.
Syntax
'Declaration
 
Public Property NoteStyleInfo As StickyNoteStyleInfo
'Usage
 
Dim instance As NoteEventArgs
Dim value As StickyNoteStyleInfo
 
instance.NoteStyleInfo = value
 
value = instance.NoteStyleInfo
public StickyNoteStyleInfo NoteStyleInfo {get; set;}
See Also

Reference

NoteEventArgs Class
NoteEventArgs Members