Shell.TileVertical, méthode
Mosaïque verticalement toutes les fenêtres du bureau. Cette méthode a le même effet que de cliquer avec le bouton droit sur la barre des tâches et de sélectionner Vignette Windows Verticalement.
Syntaxe
iRetVal = Shell.TileVertically()
Shell.TileVertically() As Integer
Paramètres
Cette méthode n’a aucun paramètre.
Exemples
L’exemple suivant montre TileVertical en cours d’utilisation. Une utilisation correcte est indiquée pour JScript, VBScript et 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
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Windows 2000 Professionnel, Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge |
Windows 2000 Server [applications de bureau uniquement] |
En-tête |
|
IDL |
|
DLL |
|