TextPane::Width Property
Visual Studio 2015
Gets the width of the pane 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: