Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / ReadOnly Property


In This Topic
    ReadOnly Property (DropDownEditor)
    In This Topic
    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