Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / CreateParams Property


In This Topic
    CreateParams Property (RichTextEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property CreateParams As CreateParams
    'Usage
     
    
    Dim instance As RichTextEditor
    Dim value As CreateParams
     
    value = instance.CreateParams
    protected virtual CreateParams CreateParams {get;}
    See Also