TextPane2::Width Property

 

Gets the width of the pane in character units.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property int Width {
	int get();
}

Property Value

Type: System::Int32

The width of the pane in character units.

Implements

TextPane::Width

This example opens a text document and uses the Width property of the text pane object to display that information in a message box.

No code example is currently available or this language may not be supported.
Return to top
Show: