This property retrieves whether or not text is being entered in a Text or Stamp annotation object.
Property Value
True: Text is being entered in a Text or Stamp annotation object
False: Text is not being entered in a Text or Stamp annotation object
Default value is False
Explanation
The IsWritingText property retrieves whether or not text is being entered in a Text or Stamp annotation object.
When the mouse (or keyboard) is used to draw a Text or Stamp annotation object, as the mouse drag beings drawing the Text or Stamp object, this property value becomes True. It remains True until the text has been entered and the mouse is clicked outside of the Text or Stamp object. At that point the IsWritingText property becomes False. Also when text is being editing in a Text or Stamp object, the IsWritingText property becomes True until the mouse is clicked outside of the Text or Stamp annotation object or that object has been deleted. At that point the IsWritingText property becomes False again.
If, while editing the text in a Text or Stamp object, you click outside of that object and drag the mouse to create another Text or Stamp object, the IsWritingText property will remain True.
When a method is used to draw a Text object, this property will remain False.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit