This documentation is archived and is not being maintained.
ScrollableControl.SetDisplayRectLocation Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Sub SetDisplayRectLocation( _ ByVal x As Integer, _ ByVal y As Integer _ ) [C#] protected void SetDisplayRectLocation( int x, int y ); [C++] protected: void SetDisplayRectLocation( int x, int y ); [JScript] protected function SetDisplayRectLocation( x : int, y : int );
See Also
ScrollableControl Class | ScrollableControl Members | System.Windows.Forms Namespace
Show: