MESCIUS SPREAD for Windows Forms 15.0J
IsChildInView メソッド

ビュー内にあるかどうかをチェックするコントロール
ビューの一番上の行
ビューの左列
ビューの一番下の行
ビューの右列
コントロールが現在、行および列パラメータで指定されたビュー内にあるかどうかを判定します。
構文
'宣言
 
Public Overridable Function IsChildInView( _
   ByVal child As Control, _
   ByVal topRow As Integer, _
   ByVal leftColumn As Integer, _
   ByVal bottomRow As Integer, _
   ByVal rightColumn As Integer _
) As Boolean
public virtual bool IsChildInView( 
   Control child,
   int topRow,
   int leftColumn,
   int bottomRow,
   int rightColumn
)

パラメータ

child
ビュー内にあるかどうかをチェックするコントロール
topRow
ビューの一番上の行
leftColumn
ビューの左列
bottomRow
ビューの一番下の行
rightColumn
ビューの右列

戻り値の型

シェイプがビューの中にある場合はTrue、それ以外の場合はFalseを返します。
参照

SpreadChildControlContainer クラス
SpreadChildControlContainer メンバ

 

 


© MESCIUS inc. All rights reserved.