Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / StickyNoteStyleInfo Class / IsTextWrapSet Method


In This Topic
IsTextWrapSet Method (StickyNoteStyleInfo)
In This Topic
Determines whether the text wrapping option is set.
Syntax
'Declaration
 
Public Shadows Function IsTextWrapSet() As Boolean
 
'Usage
 
Dim instance As StickyNoteStyleInfo
Dim value As Boolean
 
value = instance.IsTextWrapSet()
See Also