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


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 Overrides Property AllowTextEditing As Boolean
Visual Basic (Usage) Copy Code
Dim instance As AnnotationGroup
Dim value As Boolean
 
instance.AllowTextEditing = value
 
value = instance.AllowTextEditing
C#  
public override bool AllowTextEditing {get; set;}

Return Value

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.