Window.Width

Gets or sets the width of the window in pixels.

int Width { get; set; }

Example

VB.NET:

Sub WidthExample()  
   Dim objWin As Window  
   objWin = Extensibility.Windows.Item(1)  
   MsgBox("Window width: " & objWin.Width)  
End Sub  

See also:

Window | EnvironmentDevTools | HydraDesigner.Shell

© CloudIDEaaS, 1996-2022 • Updated: 12/01/22
Comment or report problem with topic