Verifies that the specified view contains a wallpaper bitmap.
Rhino.IsWallpaper (strView)
strView |
Required. String. The title or identifier of the view. |
Boolean |
True or False indicating success or failure. |
Null |
On error. |
Dim strView
strView = Rhino.CurrentView
If Not Rhino.IsWallpaper(strView) Then
Rhino.Wallpaper strView, "C:\Windows\Coffee Bean.bmp"
End If