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


In This Topic
    RichText Property (EditModeStartingEventArgs)
    In This Topic
    Gets or sets a boolean value indicating whether the text will be edited as rich text.
    Syntax
    'Declaration
     
    
    Public Property RichText As Boolean
    'Usage
     
    
    Dim instance As EditModeStartingEventArgs
    Dim value As Boolean
     
    instance.RichText = value
     
    value = instance.RichText
    public bool RichText {get; set;}
    See Also