Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EditModeStartingEventArgs Class / RichTextSupported Property


In This Topic
    RichTextSupported Property
    In This Topic
    Gets a boolean value indicating whether the rich text can be editable.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RichTextSupported As Boolean
    'Usage
     
    
    Dim instance As EditModeStartingEventArgs
    Dim value As Boolean
     
    value = instance.RichTextSupported
    public bool RichTextSupported {get;}
    See Also