Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / Initializing Property


In This Topic
Initializing Property
In This Topic
Gets a value that indicates whether this EditBase is initializing.
Syntax
'Declaration
 
Protected ReadOnly Property Initializing As Boolean
 
'Usage
 
Dim instance As EditBase
Dim value As Boolean
 
value = instance.Initializing

Property Value

true if initializing; otherwise, false.
See Also