'DeclarationProperty WindowRows As Integer
'UsageDim instance As ITerminal Dim value As Integer instance.WindowRows = value value = instance.WindowRows
int WindowRows {get; set;}
'DeclarationProperty WindowRows As Integer
'UsageDim instance As ITerminal Dim value As Integer instance.WindowRows = value value = instance.WindowRows
int WindowRows {get; set;}
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | Thrown if the set parameter is outside the range of valid values. |
If you change the number of rows using the Screen tab in the Reflection Display Setup dialog box, Reflection automatically sets both DisplayRows and WindowRows to the new value.