Metodo IShellDispatch.TileVertically
Riquadri di tutte le finestre sul desktop verticalmente. Questo metodo ha lo stesso effetto di fare clic con il pulsante destro del mouse sulla barra delle applicazioni e selezionare Mostra finestre affiancate.
Sintassi
IShellDispatch.TileVertically()
IShellDispatch.TileVertically()
Parametri
Questo metodo non presenta parametri.
Valore restituito
JScript
Questo metodo non restituisce valori.
VB
Questo metodo non restituisce valori.
Commenti
Questo metodo viene implementato e accessibile tramite il metodo Shell.TileVertically .
Esempio
Negli esempi seguenti viene illustrato l'uso di TileVertically in JScript, VBScript e Visual Basic.
Jscript:
<script language="JScript">
function fnShellTileVerticallyJ()
{
var objShell = new ActiveXObject("shell.application");
objshell.TileVertically();
}
</script>
Vbscript:
<script language="VBScript">
function fnShellTileVerticallyVB()
dim objShell
set objShell = CreateObject("shell.application")
objshell.TileVertically
set objShell = nothing
end function
</script>
Visual Basic:
Private Sub fnShellTileVerticallyVB()
Dim objShell As Shell
Set objShell = New Shell
objshell.TileVertically
Set objShell = Nothing
End Sub
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows 2000 Professional, Windows XP [solo app desktop] |
Server minimo supportato |
Windows 2000 Server [solo app desktop] |
Intestazione |
|
IDL |
|
DLL |
|