ImageGear .NET - Updated October 2, 2018
EndEdit Method (ImGearARTText)




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

Parameters

pageView
PageView control that contains text mark.
See Also

Reference

ImGearARTText Class
ImGearARTText Members
IImGearScrollableView Interface