NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ByteViewer.SetStartLine

Sets the current line for the HEXDUMP view. The HEXDUMP viewer will start displaying the buffer starting fromtheat line

[Visual Basic]
Overridable Public Sub SetStartLine( _
   ByVal line As Integer _
)
[C#]
public virtual void SetStartLine(
   int line
);
[C++]
public: virtual void SetStartLine(
   int line
);
[JScript]
public function SetStartLine(
   line : int
);

Parameters

line
[To be supplied.]

See Also

ByteViewer Class | ByteViewer Members | System.ComponentModel.Design Namespace