J
John A Grandy
when using StringBuilder to build-up a block of text (which is then assigned
to a Label control) is it possible to underline a portion of the text ?
it would seem that StringBuilder.AppendFormat() would provide this
capability, but I can't find documentation on the proper format specifier to
underline a string ...
if this is possible, could someone please provide an example? thanks.
to a Label control) is it possible to underline a portion of the text ?
it would seem that StringBuilder.AppendFormat() would provide this
capability, but I can't find documentation on the proper format specifier to
underline a string ...
if this is possible, could someone please provide an example? thanks.