Tabs.SetSize-Methode
Definition
Deklariert Breite (w) und Höhe (h) für alle aktuellen und neuen Registerkarten.
public void SetSize(int w, int h)
Parameter
w int h intBeispiele
Tabs.SetSize (1820, 263); DMBrowser tab0 = null; Step (1, "adidas Official Website | adidas US - https://www.adidas.com/us"); tab0 = Tabs.NewTab (); tab0.GoTo ("http://adidas.com/"); Tabs.SetSize (1820, 496);