This property sets whether to enable the ability to double-click a text/stamp object to make the text box visible and editable.

[Visual Basic] Public Property ShowEditTextBoxOnDoubleClick As Boolean
[C#] public bool ShowEditTextBoxOnDoubleClick {get; set;}

Property Value

True: enable the feature
False: disable the feature

Default value is False

Explanation

The ShowEditTextBoxOnDoubleClick property sets whether to enable the ability to double-click a text/stamp object to make the text box visible and editable.

When the EditKind property is KindOfEdit.Select, by setting both the ShowDialogOnDoubleClick property and this property to True, double-clicking the single selected Text or Stamp object will display the text box and allow you to edit the text. In this case, only text editing is possible. (If the ShowDialogOnDoubleClick property is True and this property is False, the property dialog will be displayed as usual.)

See also

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation