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


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