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