PowerTools SPREAD for Windows Forms 10.0J
SetClientSize メソッド


クライアント矩形
コントロールのクライアント矩形サイズを設定します。
構文
'Declaration
 
Public Overridable Sub SetClientSize( _
   ByVal rect As Rectangle _
) 
'使用法
 
Dim instance As ControlBase
Dim rect As Rectangle
 
instance.SetClientSize(rect)
public virtual void SetClientSize( 
   Rectangle rect
)

パラメータ

rect
クライアント矩形
解説

詳細については、Microsoft .NET FrameworkリファレンスのRectangle構造体を参照してください。

参照

ControlBase クラス
ControlBase メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.