Dundas Chart for Windows Forms
BeginTextEditing Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > TextAnnotation Class : BeginTextEditing Method


Enterprise Only Feature. Begins editing of annotation text by an end-user.
Begins editing by an end-user of the annotation's text.

Syntax

Visual Basic (Declaration)  
Public Sub BeginTextEditing() 
Visual Basic (Usage) Copy Code
Dim instance As TextAnnotation
 
instance.BeginTextEditing()
C#  
public void BeginTextEditing()

Remarks

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.

Requirements

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

See Also

© 2009 All Rights Reserved.