InfoConnect for Unisys
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;
See Also