This property sets whether to enable the ability to show a text box with a single click when entering text.

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

Property Value

True: enable the feature
False: disable the feature

Default value is False

Explanation

The ShowTextBoxOnMouseClick property sets whether to enable the ability to show a text box with a single click when entering text.

By setting this property to True, clicking a Text or Stamp object when entering text will draw a textbox. If this property is False, a mouse drag will draw the text box as usual.

When this property is True, if you set the EditKind property to KindOfEdit.Text or KindOfEdit.Stamp and click on the image displayed in the ImageKit control, a textbox is displayed and ready to input text. (Currently the textbox has a width of about 10 full-width characters and a height of about 3 lines).
Clicking outside the textbox will draw the text on the image and close the textbox.

If automatic line feed is enabled, the Text or Stamp object size will remain the same, regardless of whether the number of text characters entered exceeds the textbox area. If automatic line feed is not enabled, then the Text of Stamp object size will change to fit the text

See also

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

 

The ImageKit.NET3 is created by Newtone Corporation