expression.IsUnderline As Boolean
where expression is a variable that represents a HostField Object
Gets a value that indicates whether the data cell contains underlined text. Note: IScreenDataconstants.ATTR_UNDERLINEexpression.IsUnderline As Boolean
Dim host As HostField Dim underline As Boolean = host.IsUnderline