'DeclarationPublic ReadOnly Property IsDupField As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsDupField
public bool IsDupField {get;}
Gets a value indicating whether the data cell marks the beginning of duplicate format control order field. Note: IScreenDataConstants.FIELD_MARK_DUP'DeclarationPublic ReadOnly Property IsDupField As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsDupField
public bool IsDupField {get;}
private ScreenCharacter screen; bool dupField = screen.IsDupField;