ByteViewer::SetStartLine Method (Int32)

 

Sets the current line for the Hexdump view.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual void SetStartLine(
	int line
)

Parameters

line
Type: System::Int32

The current line to display from.

The Hexdump display mode displays the buffer starting at the specified line. If the specified line is out of range, the start line is set to zero.

.NET Framework
Available since 1.1
Return to top
Show: