Spread Windows Forms 12.0 Product Documentation
IsLayoutSuspended Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : IsLayoutSuspended Property
Returns whether the layout is suspended in this component.
Syntax
'Declaration
 
Public Shadows ReadOnly Property IsLayoutSuspended As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
value = instance.IsLayoutSuspended
public new bool IsLayoutSuspended {get;}

Property Value

Boolean: true if layout is suspended; false otherwise
Remarks

This property is available at run time only.

Example
This example uses the IsLayoutSuspended property.
listBox1.Items.Add(fpSpread1.IsLayoutSuspended);
ListBox1.Items.Add(fpSpread1.IsLayoutSuspended)
See Also

Reference

FpSpread Class
FpSpread Members