FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NoteEventArgs Class / NoteStyleInfo Property


In This Topic
NoteStyleInfo Property (NoteEventArgs)
In This Topic
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
See Also