Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFeatures Interface / RichTextEdit Property


In This Topic
    RichTextEdit Property (IFeatures)
    In This Topic
    Gets or sets a RichTextEditMode value indicating whether the rich text is editable.
    Syntax
    'Declaration
     
    
    Property RichTextEdit As RichTextEditMode
    'Usage
     
    
    Dim instance As IFeatures
    Dim value As RichTextEditMode
     
    instance.RichTextEdit = value
     
    value = instance.RichTextEdit
    RichTextEditMode RichTextEdit {get; set;}
    See Also