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 );
ByteViewer Class | ByteViewer Members | System.ComponentModel.Design Namespace