Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / HostField Class / IsUnderline Property
Example


In This Topic
IsUnderline Property (HostField)
In This Topic
Gets a value indicating whether the data cell contains underlined text.
Syntax
'Declaration
 
Public ReadOnly Property IsUnderline As Boolean
 
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsUnderline
Example
HostField host;
bool underline = host.IsUnderline;
See Also