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


Enterprise Only Feature. Stops editing of the annotation text.
Stops editing of the annotation text.

Syntax

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

Remarks

Call this method to cancel with text editing, started via a call to the BeginTextEditing method, or after the end-user double-clicks on the annotation.
Call this method to cancel with text editing, started via a call to the BeginTextEditing method, or after the end-user double-clicks on the annotation.

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.