Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TextCellType Class / ShowEditor Property
Example


In This Topic
    ShowEditor Property (TextCellType)
    In This Topic
    Gets or sets whether the cell always displays the text box (editor control).
    Syntax
    'Declaration
     
    
    Public Property ShowEditor As Boolean
    'Usage
     
    
    Dim instance As TextCellType
    Dim value As Boolean
     
    instance.ShowEditor = value
     
    value = instance.ShowEditor
    public bool ShowEditor {get; set;}

    Property Value

    Boolean: true if editor is displayed; false otherwise
    Example
    This example sets the state of the Input Method Editor (IME) to active and always shows the editor.
    See Also