This property sets whether or not the "underline" checkbox, displayed in the text object's extended property dialog, is enabled.

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

Property Value

True: The "underline" checkbox is enabled

False: The "underline" checkbox is NOT enabled

Default value is True

Explanation

The TextDialogUnderlineEnabled property sets whether or not the "underline" checkbox, displayed in the text object's extended property dialog, is enabled.

When this property is False and the text object's extended property dialog is displayed, the "underline" checkbox will be disabled and you will not be able to change its value.

To display the text object's extended property dialog, the EnableTextDialog property must be set to True.

Also See

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

 

The ImageKit.NET2 is created by Newtone Corporation