DisplayMemoryTopRow Property
In This Topic
Gets the index of the top row of display memory using host-addressable coordinates.
Syntax
'Declaration
Property DisplayMemoryTopRow As Integer
'Usage
Dim instance As IScreen
Dim value As Integer
instance.DisplayMemoryTopRow = value
value = instance.DisplayMemoryTopRow
int DisplayMemoryTopRow {get; set;}
See Also