'Declaration ReadOnly Property HasFormatedColor As Boolean
'Usage Dim instance As IColorFormatter Dim value As Boolean value = instance.HasFormatedColor
bool HasFormatedColor {get;}
'Declaration ReadOnly Property HasFormatedColor As Boolean
'Usage Dim instance As IColorFormatter Dim value As Boolean value = instance.HasFormatedColor
bool HasFormatedColor {get;}
true
if this formatted text contains a foreground color; otherwise, false
.