PowerTools MultiRow for Windows Forms 8.0J
SetBoundsCore メソッド (GcComboBoxEditingControl)

コントロールの新しい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値のビットごとの組み合わせ。
参照

GcComboBoxEditingControl クラス
GcComboBoxEditingControl メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.