This property determines whether or not the text can be set into the Text / Stamp object by right-clicking in the text box.
[Visual Basic] Public Property
SetTextOnRightClick As Boolean
[C#] public bool SetTextOnRightClick {get;
set;}
Property Value
True: Right-clicking in the text box sets the text into the Text object.
False: Right-clicking in the text box does not set the text into the Text object.
Default value is False
Explanation
The SetTextOnRightClick property determines whether or not the text can be set into the Text / Stamp object by right-clicking in the text box.
By setting this property to True, it is possible to set the text being input / edited into the Text / Stamp object by right-clicking the text box while inputting the text.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit