![]() Chapter Contents |
![]() Previous |
![]() Next |
| Top Method |
| Syntax | |
| Details | |
| Example |
Syntax |
| Top |
| Details |
The Top method works only if the Visible property is set to True.
| Example |
The following example invokes a SAS session, makes it a visible window, and then brings it to the foreground.
Dim OleSAS as Object
Set OleSAS = CreateObject("SAS.Application")
OleSAS.Visible = True
OleSAS.Top
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.