This property sets whether or not the "forecolor" selector, displayed in the text object's extended property dialog, is enabled.
[Visual Basic] Public Property
TextDialogForeColorEnabled As Boolean
[C#] public bool TextDialogForeColorEnabled
{get; set;}
Property Value
True: The "forecolor" selector is enabled
False: The "forecolor" selector is NOT enabled
Default value is True
Explanation
The TextDialogForeColorEnabled property sets whether or not the "forecolor" selector, 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 "forecolor" selector will be disabled and you will not be able to change the forecolor 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