ImageGear .NET
BeginEdit Method (ImGearARTRichText)




PageView control that contains the mark.
PageDisplay of the PageView control.
Begins text editing process.
Syntax
'Declaration
 
Public Function BeginEdit( _
   ByVal pageView As IImGearScrollableView, _
   ByVal pageDisplay As ImGearPageDisplay _
) As Boolean
'Usage
 
Dim instance As ImGearARTRichText
Dim pageView As IImGearScrollableView
Dim pageDisplay As ImGearPageDisplay
Dim value As Boolean
 
value = instance.BeginEdit(pageView, pageDisplay)

Parameters

pageView
PageView control that contains the mark.
pageDisplay
PageDisplay of the PageView control.

Return Value

True if the editing has begun; otherwise, false.
See Also

Reference

ImGearARTRichText Class
ImGearARTRichText Members
IImGearScrollableView Interface
ImGearPageDisplay Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback