InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / ScreenCharacter Class / IsStrikeThrough Property
Example


In This Topic
    IsStrikeThrough Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates whether the data cell contains strikethrough text. Note: IScreenDataConstants.ATTR_STRIKETHROUGH
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsStrikeThrough As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsStrikeThrough
    public bool IsStrikeThrough {get;}
    Example
    private ScreenCharacter screen;
                
    bool strikeThrough = screen.IsStrikeThrough;
    See Also