Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / IsLayoutSuspended Property


In This Topic
IsLayoutSuspended Property
In This Topic
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
See Also