PowerTools PlusPak for Windows Forms 8.0J
SetBoundsCore メソッド (GcTabPageContainer.ContainerPageBase)

コントロールの新しいSystem.Windows.Forms.Control.Leftプロパティの値。
コントロールの新しいSystem.Windows.Forms.Control.Topプロパティの値。
コントロールの新しいSystem.Windows.Forms.Control.Widthプロパティの値。
コントロールの新しいSystem.Windows.Forms.Control.Heightプロパティの値。
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
BoundsSpecifiedの値のビット単位の組み合わせ。
プラットフォーム

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

参照

GcTabPageContainer.ContainerPageBase クラス
GcTabPageContainer.ContainerPageBase メンバ

Send Feedback