Attachmate Reflection 2014 .NET API Reference
IsDefaultDisplay Property (ScreenCharacter)
Example 


Gets a value that indicates whether the data cell displays with default attributes. Note: IScreenDataConstants.ATTR_DEFAULT
Syntax
'Declaration
 
Public ReadOnly Property IsDefaultDisplay As Boolean
'Usage
 
Dim instance As ScreenCharacter
Dim value As Boolean
 
value = instance.IsDefaultDisplay
public bool IsDefaultDisplay {get;}
Example
private ScreenCharacter screen;
            
bool defDisplay = screen.IsDefautDisplay;
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

ScreenCharacter Class
ScreenCharacter Members

Send Feedback