ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTTypedText Class / EndEdit Method
PageView control that contains text mark.




In This Topic
    EndEdit Method (ImGearARTTypedText)
    In This Topic
    Ends text editing process. Note: This method only works for WinForms, not WPF.
    Syntax
    'Declaration
     
    Public Sub EndEdit( _
       ByVal pageView As IImGearScrollableView _
    ) 
    'Usage
     
    Dim instance As ImGearARTTypedText
    Dim pageView As IImGearScrollableView
     
    instance.EndEdit(pageView)
    public void EndEdit( 
       IImGearScrollableView pageView
    )
    public: void EndEdit( 
       IImGearScrollableView* pageView
    ) 
    public:
    void EndEdit( 
       IImGearScrollableView^ pageView
    ) 

    Parameters

    pageView
    PageView control that contains text mark.
    See Also