ImageGear .NET - Updated March 30, 2018
EndEdit Method (ImGearARTNote)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTNote Class : EndEdit Method
PageView control that contains text mark.
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 ImGearARTNote
Dim pageView As IImGearScrollableView
 
instance.EndEdit(pageView)

Parameters

pageView
PageView control that contains text mark.
See Also

Reference

ImGearARTNote Class
ImGearARTNote Members
IImGearScrollableView Interface