Specifies whether a TextControl.TextFieldDoubleClicked event is raised, if the end-user doubleclicks the text field. If an event is raised, the normal double-click processing, which selects a single word in the text is suppressed. The default setting of this property is true.

Syntax

public bool DoubleClickEvent { get; set; }
Public Property DoubleClickEvent() As Boolean

Remarks

If this property is set to true, the default double-click processing is disabled for the text field's text.

See Also

Text Fields and Hypertext Links - Editing Marked Text Fields.