Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / StartInkNotation Method / StartInkNotation() Method


In This Topic
StartInkNotation() Method
In This Topic
Starts ink notation in the active viewport if the Microsoft.Ink assembly is found in the GAC.
Syntax
'Declaration
 
Public Overloads Function StartInkNotation() As Boolean
 
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
value = instance.StartInkNotation()

Return Value

Boolean: true if successful; false otherwise
See Also