バージョン

OnElementAdjustmentStart メソッド (RowUIElementBase)

マウスダウンが受信され、サイズ変更操作が開始されるときに呼び出されます。
シンタックス
'宣言
 
Protected Overrides Sub OnElementAdjustmentStart( _
   ByVal isUpDownAdjustment As Boolean, _
   ByVal initialUpDownAdjustmentPointInBottomBorder As Boolean, _
   ByVal isLeftRightAdjustment As Boolean, _
   ByVal initialLeftRightAdjustmentPointInRightBorder As Boolean _
) 

パラメータ

isUpDownAdjustment
isUpDownAdjustment
initialUpDownAdjustmentPointInBottomBorder
initialUpDownAdjustmentPointInBottomBorder
isLeftRightAdjustment
isLeftRightAdjustment
initialLeftRightAdjustmentPointInRightBorder
initialLeftRightAdjustmentPointInRightBorder
参照