'Declaration Public Shadows Sub SuspendLayout()
'Usage Dim instance As FpSpread instance.SuspendLayout()
public new void SuspendLayout()
'Declaration Public Shadows Sub SuspendLayout()
'Usage Dim instance As FpSpread instance.SuspendLayout()
public new void 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