Spread Windows Forms 12.0 Product Documentation
Static Property (InputManCellTypeBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > InputManCellTypeBase Class : Static Property
Gets or sets whether the cell is static, which prohibits user interaction.
Syntax
'Declaration
 
Public Property Static As Boolean
'Usage
 
Dim instance As InputManCellTypeBase
Dim value As Boolean
 
instance.Static = value
 
value = instance.Static
public bool Static {get; set;}
See Also

Reference

InputManCellTypeBase Class
InputManCellTypeBase Members