バージョン

GetBehaviorByType メソッド

そのタイプによる動作を取得します。
シンタックス
'宣言
 
Public Function GetBehaviorByType( _
   ByVal behaviorType As Type _
) As GridBehavior
public GridBehavior GetBehaviorByType( 
   Type behaviorType
)

パラメータ

behaviorType
取得するための動作のタイプ。

戻り値の型

見つかった場合の動作への参照。それ以外の場合は null を返します。
参照