InfoConnect API Guide
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
    bool IsBold {get;}
    See Also