Begins editing by an end-user of the annotation's text.
Visual Basic (Declaration) | |
---|---|
Public Sub BeginTextEditing() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void BeginTextEditing() |
After calling this method, the annotation displays an editing box which allows for annotation text editing.
Call the StopTextEditing method to cancel this mode programmatically. Note that editing also ends when the end-user hits the Enter key if multi-line is false, or when the end-user clicks outside of the editing box if multi-line is true.
After calling this method the annotation displays an editing box which allows for annotation text editing.
Call the StopTextEditing method to cancel this mode programatically. Note that editing also ends when the end-user hits the Enter
key if multi-line is false, or when the end-user clicks outside of the editing box if multi-line is true.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family