FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス : SuspendLayout メソッド |
bool b; fpSpread1.SuspendLayout(); b = fpSpread1.IsLayoutSuspended(); if (b == true) { fpSpread1.SkipMouseProcessing = true; }
Dim b As Boolean FpSpread1.SuspendLayout() b = FpSpread1.IsLayoutSuspended() If b = True Then FpSpread1.SkipMouseProcessing = True End If