Spread Windows Forms 17
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()
    public bool StartInkNotation()

    Return Value

    Boolean: true if successful; false otherwise
    See Also