WindowTop property example
Sub WindowTop_Example()
Dim iWindowTop As Integer
iWindowTop = ThisDrawing.Application.WindowTop
MsgBox ("Current value of WindowTop is : " & iWindowTop)
ThisDrawing.Application.WindowTop = iWindowTop + 50
MsgBox "The new value of WindowTop is " & ThisDrawing.Application.WindowTop
ThisDrawing.Application.WindowTop = iWindowTop
MsgBox "The value of WindowTop has been reset to " & ThisDrawing.Application.WindowTop
End Sub
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV
are fully owned subsidiaries of Menhirs NV. Copyright ©
2001- Menhirs NV - All rights reserved. |