Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CompatibleFeatures Class / IsModernControl Property


In This Topic
IsModernControl Property
In This Topic
Gets or sets how GrapeCity.Spreadsheet.UI.UIManager notify changes to the product.
Syntax
'Declaration
 
Public Property IsModernControl As Boolean
 
'Usage
 
Dim instance As CompatibleFeatures
Dim value As Boolean
 
instance.IsModernControl = value
 
value = instance.IsModernControl

Property Value

true to allow GrapeCity.Spreadsheet.UI.UIManager notify for painting only. false to fire events precisely for product to work with separated models.
See Also