Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IThemeFont Interface / Bold Property


In This Topic
Bold Property (IThemeFont)
In This Topic
Gets or sets whether the terminal font has the bold attribute.
Syntax
'Declaration
 
Property Bold As Boolean
 
'Usage
 
Dim instance As IThemeFont
Dim value As Boolean
 
instance.Bold = value
 
value = instance.Bold
See Also