VsTextViewClass::CenterLines Method (Int32, Int32)

 

Places the specified lines of text in the center of the view.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

public:
virtual int CenterLines(
	int iTopLine,
	int iCount
)

Parameters

iTopLine
Type: System::Int32

[in] First line to place in the center of the view.

iCount
Type: System::Int32

[in] Total number of lines to place in the center of the view.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: