Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreenCharacter Interface / IsBold Property


In This Topic
IsBold Property
In This Topic
Bold attribute is set.
Syntax
'Declaration
 
ReadOnly Property IsBold As Boolean
 
'Usage
 
Dim instance As IScreenCharacter
Dim value As Boolean
 
value = instance.IsBold
See Also