このメンバは、.NET Framework インフラストラクチャのサポートを目的としています。独自に作成したコード内で直接使用することはできません。
Protected Sub SetDisplayRectLocation( _
ByVal x As Integer, _ ByVal y As Integer _)
[C#]
protected void SetDisplayRectLocation(intx,inty);
[C++]
protected: void SetDisplayRectLocation(intx,inty);
[JScript]
protected function SetDisplayRectLocation(
x : int,y : int);
参照
ScrollableControl クラス | ScrollableControl メンバ | System.Windows.Forms 名前空間