Spread Windows Forms 12.0 Product Documentation
StartInkNotation() Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class > StartInkNotation Method : StartInkNotation() Method
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()
public bool StartInkNotation()

Return Value

Boolean: true if successful; false otherwise
Example
This example uses the StartInkNotation method.
fpSpread1.StartInkNotation();
FpSpread1.StartInkNotation()
See Also

Reference

FpSpread Class
FpSpread Members
Overload List