This property sets whether the text annotation object will display the text object's extended property dialog or the regular property dialog.

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

Property Value

True: Text object will display the extended property dialog

False: Text will display the regular property dialog

Default value is False

Explanation

The EnableTextDialog property sets whether the text annotation object will display the text object's extended property dialog or the regular property dialog.

When this property is True and a text annotation object has been selected, right clicking the text object and selecting "propeties" in the context menu or executing the ShowPropertyDialog method will display an extended property dialog, specially designed for the text annotation object.

This property is enabled only for the text annotation object. If another object is selected, even if this property is True, the special text object property dialog will not be displayed.

Also See

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

 

The ImageKit.NET3 is created by Newtone Corporation