PowerTools PlusPak for Windows Forms 8.0J
SetBoundsCore メソッド (GcCalculator)

コントロールの新しいSystem.Windows.Forms.Control.Leftプロパティ値。
コントロールの新しいSystem.Windows.Forms.Control.Topプロパティ値。
コントロールの新しいSystem.Windows.Forms.Control.Widthプロパティ値。
コントロールの新しいSystem.Windows.Forms.Control.Heightプロパティ値。
System.Windows.Forms.BoundsSpecifiedの値のビット単位の組み合わせ。
このコントロールの指定した境界の設定作業を実行します。
構文
Protected Overrides Sub SetBoundsCore( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal specified As BoundsSpecified _
) 
protected override void SetBoundsCore( 
   int x,
   int y,
   int width,
   int height,
   BoundsSpecified specified
)

パラメータ

x
コントロールの新しいSystem.Windows.Forms.Control.Leftプロパティ値。
y
コントロールの新しいSystem.Windows.Forms.Control.Topプロパティ値。
width
コントロールの新しいSystem.Windows.Forms.Control.Widthプロパティ値。
height
コントロールの新しいSystem.Windows.Forms.Control.Heightプロパティ値。
specified
System.Windows.Forms.BoundsSpecifiedの値のビット単位の組み合わせ。
解説
.NET コントロールでは、次の場合に "specified" フラグが "None" に設定されます。1. ユーザーが AutoSize を "true" に設定して優先サイズを適用した場合。2. ユーザーが Dock を設定した場合。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcCalculator クラス
GcCalculator メンバ

Send Feedback