Dundas Chart for Windows Forms
AllowTextEditing Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Annotation Class : AllowTextEditing Property


Enterprise Only Feature. Gets or sets a flag that specifies whether an annotation's text may be edited when the end user double clicks on the text.
Gets or sets a flag that specifies whether an annotation's text may be edited when the end user double clicks on the text.

Syntax

Visual Basic (Declaration)  
Public Overridable Property AllowTextEditing As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Annotation
Dim value As Boolean
 
instance.AllowTextEditing = value
 
value = instance.AllowTextEditing
C#  
public virtual bool AllowTextEditing {get; set;}

Return Value

True if the annotation text may be edited, false otherwise.


True if the annotation text may be edited, false otherwise.

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.