Sets the file to be displayed in the viewer. The viewer will load the file
[Visual Basic] Overridable Public Sub SetFile( _ ByVal path As String _ ) [C#] public virtual void SetFile( string path ); [C++] public: virtual void SetFile( String* path ); [JScript] public function SetFile( path : String );
ByteViewer Class | ByteViewer Members | System.ComponentModel.Design Namespace