Spread Windows Forms 12.0 Product Documentation
ReadOnly Property (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : ReadOnly Property
Gets or sets a value that indicates whether the drop-down editor is read-only.
Syntax
'Declaration
 
Public Property ReadOnly As Boolean
'Usage
 
Dim instance As DropDownEditor
Dim value As Boolean
 
instance.ReadOnly = value
 
value = instance.ReadOnly
public bool ReadOnly {get; set;}

Property Value

A bool value, true if the drop-down editor is read-only; otherwise, false.
The default is false.
See Also

Reference

DropDownEditor Class
DropDownEditor Members