ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTNote Class / BeginEdit Method
PageView control that contains text mark.
PageDisplay of the PageView control.




In This Topic
    BeginEdit Method (ImGearARTNote)
    In This Topic
    Begins text editing process. Note: This method only works for WinForms, not WPF.
    Syntax
    'Declaration
     
    Public Function BeginEdit( _
       ByVal pageView As IImGearScrollableView, _
       ByVal pageDisplay As ImGearPageDisplay _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearARTNote
    Dim pageView As IImGearScrollableView
    Dim pageDisplay As ImGearPageDisplay
    Dim value As Boolean
     
    value = instance.BeginEdit(pageView, pageDisplay)

    Parameters

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

    Return Value

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