Reflection
IsUnderline Property (IScreenCharacter)


Underline attribute is set.
Syntax
'Declaration
 
ReadOnly Property IsUnderline As Boolean
'Usage
 
Dim instance As IScreenCharacter
Dim value As Boolean
 
value = instance.IsUnderline
bool IsUnderline {get;}
See Also