Window::Width Property
Visual Studio 2015
Gets or sets the width of the window in character units.
Assembly: EnvDTE (in EnvDTE.dll)
Sub WidthExample() Dim objWin As Window objWin = DTE.Windows.Item(1) MsgBox("Window width: " & objWin.Width) End Sub
Show: