Private Sub GraphWinBColor_Example()
'This example obtains the GraphicWinBackgrndColor property.
Dim myobj As ApplicationPreferences
Dim myColor As Colors
Set myobj = IntelliCAD.Preferences
myColor = myobj.GraphicsWinBackgrndColor
MsgBox "The GraphicsWinBackgrndColor property is: " & myColor
End Sub