Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / Text Property

In This Topic
    Text Property (C1Editor)
    In This Topic
    Gets or sets the current text in the editor.
    Syntax
    'Declaration
     
    Public Overrides Property Text As System.String
    public override System.string Text {get; set;}
    See Also