Left property example
Private Sub LeftExample()
'
This example demonstrates how to set and return the Left
property.
Dim myLeft As Integer
Application.Left = 2
MsgBox ("Left is: " &
Application.Left)
End Sub
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV
are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |