'Declaration Public Shadows ReadOnly Property IsLayoutSuspended As Boolean
public new bool IsLayoutSuspended {get;}
'Declaration Public Shadows ReadOnly Property IsLayoutSuspended As Boolean
public new bool IsLayoutSuspended {get;}
This property is available at run time only.
listBox1.Items.Add(fpSpread1.IsLayoutSuspended);
ListBox1.Items.Add(fpSpread1.IsLayoutSuspended)